Version 1.3.0 View in Chrome Web Store
https://clients2.google.com/service/update2/crx | https://ssl.google-analytics.com | |
https://goo.gl/nhQhGp | https://goo.gl/2aRDsh | |
https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js | https://goo.gl/S9QRab | |
https://ssl.google-analytics.com/analytics.js | https://git.io/fxCyr | |
https://git.io/fjule | http://www.w3.org/2000/svg | |
https://reactjs.org/docs/error-decoder.html?invariant= | http://www.w3.org/1999/xlink | |
http://www.w3.org/XML/1998/namespace | http://www.w3.org/1999/xhtml | |
http://www.w3.org/1998/Math/MathML | https://fb.me/react-polyfills | |
http://fb.me/use-check-prop-types | http://bit.ly/redux-logger-options | |
https://redux.js.org/api-reference/store#subscribelistener | https://github.com/cssinjs/jss |
{ "name": "__MSG_extName__", "icons": { "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "version": "1.3.0", "background": { "scripts": [ "/static/js/background_script.js" ] }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_extDescription__", "permissions": [ "storage", "downloads" ], "browser_action": { "default_icon": "icon_32.png", "default_popup": "index.html", "default_title": "One Click Image Downloader" }, "default_locale": "en", "content_scripts": [ { "js": [ "/static/js/content_script.js" ], "run_at": "document_start", "matches": [ "http://*/*", "https://*/*" ] } ], "manifest_version": 2, "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'" }