Version 0.0.5 View in Chrome Web Store
https://www.omdbapi.com/ | https://clients2.google.com/service/update2/crx | |
http://www.inkscape.org/ | http://purl.org/dc/elements/1.1/ | |
http://creativecommons.org/ns# | http://www.w3.org/1999/02/22-rdf-syntax-ns# | |
http://www.w3.org/2000/svg | http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd | |
http://www.inkscape.org/namespaces/inkscape | http://purl.org/dc/dcmitype/StillImage | |
http://stackoverflow.com/questions/3219758/detect-changes-in-the-dom | http://stackoverflow.com/questions/4292320 |
{ "name": "__MSG_appName__", "icons": { "16": "shared/icons/icon16.png", "48": "shared/icons/icon48.png", "128": "shared/icons/icon128.png" }, "version": "0.0.5", "short_name": "__MSG_appShortName__", "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_appDesc__", "permissions": [ "*://www.amazon.com/*", "*://www.amazon.de/*", "*://www.amazon.co.uk/*" ], "default_locale": "en", "content_scripts": [ { "js": [ "components/jquery.min.js", "chrome.js", "shared/inject.js" ], "css": [ "chrome.css", "shared/inject.css" ], "run_at": "document_end", "matches": [ "*://www.amazon.com/*", "*://www.amazon.de/*", "*://www.amazon.co.uk/*" ] } ], "manifest_version": 2, "web_accessible_resources": [ "shared/inject.css" ] }