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,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"author": "echotik.live",
"icons": {
"48": "logo_echotik_crx.png",
"128": "logo_echotik_crx.png"
},
"action": {
"default_icon": "logo_echotik_crx.png",
"default_title": "Echotik Helper",
"default_popup": "popup.html"
},
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"version": "1.0.42",
"content_scripts": [
{
"matches": [
"https:\/\/echotik.live\/*",
"http:\/\/echotik.live\/*"
],
"js": [
"echosellToken.js"
]
},
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"js": [
"\/static\/js\/tiktok.5fa80982.js"
],
"css": [
"\/static\/css\/tiktok.eb7b3217.css"
]
},
{
"matches": [
"https:\/\/shop.tiktok.com\/view\/product\/*",
"https:\/\/www.tiktok.com\/view\/product\/*",
"https:\/\/oec-api.tiktokv.com\/view\/product\/*"
],
"js": [
"\/static\/js\/tiktok-shop.a710b7ca.js"
],
"css": [
"\/static\/css\/tiktok-shop.8d82b6e2.css"
]
},
{
"matches": [
"https:\/\/affiliate.tiktok.com\/*",
"https:\/\/affiliate.tiktokglobalshop.com\/*"
],
"js": [
"\/static\/js\/affiliate.6939b0e9.js"
],
"css": [
"\/static\/css\/affiliate.a951919e.css"
]
}
]
}