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_appTitle__",
"description": "__MSG_appDescription__",
"version": "1.0.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
"type": "module"
},
"default_locale": "en",
"permissions": [
"storage"
],
"action": {
"default_popup": "html\/popup.html",
"default_icon": {
"16": "\/img\/16.png",
"32": "\/img\/32.png",
"48": "\/img\/48.png",
"128": "\/img\/128.png"
}
},
"icons": {
"16": "\/img\/16.png",
"32": "\/img\/32.png",
"48": "\/img\/48.png",
"128": "\/img\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.bitget.com\/*"
],
"run_at": "document_idle",
"js": [
"js\/bitget.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/www.binance.com\/*"
],
"run_at": "document_idle",
"js": [
"js\/binance.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/testnet.binancefuture.com\/*"
],
"run_at": "document_idle",
"js": [
"js\/binance.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/www.bybit.com\/*"
],
"run_at": "document_idle",
"js": [
"js\/bybit.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/testnet.bybit.com\/*"
],
"run_at": "document_idle",
"js": [
"js\/bybit.js"
],
"all_frames": true
}
]
}