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"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/logo_128.png"
}
},
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
"128": "icons\/logo_128.png"
},
"options_page": ".\/options.html",
"manifest_version": 3,
"name": "__MSG_extName__",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjOPx5lVHFNyO81XZgkrW8WNf9qyEA5Wi\/vZcXf2X+pqUdNV8kHQFC+e5NWpOfwsfu2PXvZn8zd1uAy5s9vtvD9n+XVY4S5FoBApHq2Z3t1EwD2SoiLHG37vaebsG0EnBiqPTnM3mODkkskpfkgNF\/kPbaA+MpgqdlXj69QVULrgul+VNv9ZVFpR\/0XBMu+PtLUsysbGyYuD6s9yf\/VVMTQ1dmMc97HY8U1HJ0i6mT6JRumVj+NeyZmxbrAhq\/VGHOQoA8QpaDHnkNpEfRL9+wUIuFYLa81SJDr55DZxdDIdngrnRdCS\/ItLfTYmn1GSkFfaoWxoqpedQWABHUqJo1QIDAQAB",
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.linkedradar.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/kodepay.io\/*"
],
"js": [
"js\/kodepay-script.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/logo_128.png",
"options.html"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"cookies",
"storage",
"unlimitedStorage",
"identity"
],
"version": "1.5.4"
}