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_appName__", "description": "__MSG_shortDesc__", "default_locale": "en", "version": "1.8.1", "icons": { "16": "logo\/lg-16_x_16.png", "48": "logo\/lg-48_x_48.png", "64": "logo\/lg-64_x_64.png", "96": "logo\/lg-96_x_96.png", "128": "logo\/lg-128_x_128.png" }, "action": { "default_title": "Link Grabber: Multi-page mode, in-page selection, hover copy, and more!", "default_popup": "pages\/popup\/popup.html" }, "background": { "service_worker": "background.js" }, "options_page": "pages\/options2\/options.html", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "wall.js", "libs\/old-users-info.js", "libs\/remoteConfig.js", "libs\/wally.js", "libs\/export-from-json.js", "libs\/i18n.js", "libs\/utils.js", "libs\/ratepop\/ratepop.js", "cs\/ple.js" ], "css": [ "cs\/ple.css" ], "run_at": "document_end", "all_frames": true } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "bookmarks", "storage", "tabs", "contextMenus", "scripting" ], "web_accessible_resources": [ { "resources": [ "libs\/ratepop\/*.png", "libs\/announcements\/announcements.json", "_locales\/*.json" ], "matches": [ "<all_urls>" ] } ] }