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",
"name": "__MSG_appName__",
"short_name": "__MSG_appShort__",
"description": "__MSG_appDesc__",
"version": "3.5",
"default_locale": "en",
"manifest_version": 3,
"permissions": [
"tabs",
"activeTab",
"downloads",
"storage",
"unlimitedStorage",
"scripting"
],
"host_permissions": [
"https:\/\/*\/*"
],
"action": {
"default_popup": "popup\/popup.html"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/iloveimg.com\/*",
"https:\/\/www.iloveimg.com\/*"
],
"js": [
"content.js"
],
"world": "MAIN"
}
]
}