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,
"version": "4.3.4",
"name": "__MSG_Meta_appName__",
"short_name": "__MSG_Meta_shortAppName__",
"description": "__MSG_Meta_appDescription__",
"default_locale": "en",
"icons": {
"128": "img\/icon-128.png"
},
"permissions": [
"storage",
"tabs",
"background",
"webRequest",
"cookies",
"unlimitedStorage",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_icon": "img\/icon-disabled-128.png"
},
"background": {
"service_worker": "worker.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"browser-polyfill.min.js",
"content.js"
]
},
{
"matches": [
"http:\/\/www.walmart.com\/*",
"https:\/\/www.walmart.com\/*"
],
"run_at": "document_start",
"js": [
"amazonConquest.js"
]
},
{
"matches": [
"https:\/\/www.amazon.com\/*"
],
"run_at": "document_start",
"js": [
"asinTrack.js"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"browser-polyfill.min.js",
"checkout.js"
],
"all_frames": true
},
{
"matches": [
"*:\/\/chatgpt.com\/*",
"*:\/\/chat.openai.com\/*"
],
"js": [
"chatgpt.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/*.perplexity.ai\/*"
],
"js": [
"perplexity.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/claude.ai\/*"
],
"js": [
"claude.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/copilot.microsoft.com\/*"
],
"js": [
"copilot.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/www.google.com\/search?*"
],
"js": [
"gemini.js"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"web_accessible_resources": [
{
"resources": [
"img\/*",
"source\/fonts\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
{
"resources": [
"auth.html",
"googleAppleOauth.html",
"shoppay.js"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.wild.link\/*"
]
},
"browser_specific_settings": {
"edge": {
"browser_action": {
"default_title": "__MSG_Meta_appName__"
}
}
}
}