Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_pluginName__", "version": "1.0.4", "description": "__MSG_pluginDesc__", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "__MSG_pluginName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/jquery-1.8.3.js", "js\/contentScriptNew.js" ], "css": [ "css\/custom.css" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*\/*.png", "*:\/\/*\/*.jpg", "*:\/\/*\/*.gif", "*:\/\/*\/*.bmp" ], "js": [ "js\/show-image-content-size.js" ] } ], "permissions": [ "contextMenus", "tabs" ], "host_permissions": [ "http:\/\/www.blogger.com\/" ], "options_page": "options.html", "options_ui": { "page": "options.html" }, "default_locale": "en", "devtools_page": "devtools.html" }