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",
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/kodepay.io\/*"
],
"js": [
"js\/kodepay-script.js"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_extensionDesc__",
"icons": {
"128": "icons\/logo.png"
},
"options_page": ".\/options.html",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.linkedradar.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/logo.png"
}
},
"permissions": [
"cookies",
"storage",
"unlimitedStorage"
],
"version": "1.1.0"
}