Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "description": "__MSG_appDesc__", "manifest_version": 3, "author": "XTCodeTech", "background": { "service_worker": "background.js" }, "permissions": [ "identity", "identity.email", "tabs", "storage", "webRequest", "downloads", "unlimitedStorage" ], "host_permissions": [ "https:\/\/*.tiktok.com\/*" ], "action": { "default_title": "__MSG_appName__", "default_icon": ".\/imgs\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.tiktok.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": ".\/imgs\/icon128.png", "32": ".\/imgs\/icon128.png", "48": ".\/imgs\/icon128.png", "128": ".\/imgs\/icon128.png" }, "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZ8Oh3saqS21R9\/rIQ6rdbXhc1OgNpynun3n\/MaPBPE+4lWexx1VKCwc2Vme6cIaP3dVouYVcgmcrqE0o7ek4z4mHEU24TyWKpqZZFA9i0zKhxDtXUObJgTax0NeFiiExa3XmTTOJwPNAVLKOOwyzkhDC37N6IjuNAMy2tU5O30sW9+M\/lYT5l+cQ1KcL3R9MPx3IX38eT6k2\/7AQ1Y5LpHLUzCm4V\/xBjldnAeNKKa6HNG6k\/URdo9Qkj5LuU7kjMRj67V8mfSraPyQZGcZ1FyNNtfUZPpeZuSyH17AznjslCvs6SWXGGOGOoKGdfebgvts0tiQjhPkjWoEPhJaswIDAQAB" }