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",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extensionName__",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
},
"version": "0.4.0",
"description": "__MSG_extensionDescription__",
"host_permissions": [
"https:\/\/www.instagram.com\/*",
"https:\/\/www.tiktok.com\/*",
"https:\/\/postsorter.boxhilldigital.com\/*",
"https:\/\/staging-postsorter.boxhilldigital.com\/*"
],
"permissions": [
"storage",
"tabs",
"declarativeNetRequest",
"webNavigation",
"identity",
"identity.email",
"offscreen"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": "icons\/icon-32.png"
},
"icons": {
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"content-runtime\/instagram.iife.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"js": [
"content-runtime\/tiktok.iife.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"content-ui\/instagram.iife.js"
]
},
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"js": [
"content-ui\/tiktok.iife.js"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "tiktok_interceptor",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.svg",
"icons\/icon-128.png",
"icons\/icon-32.png",
"content\/instagram.iife.js",
"content\/tiktok.iife.js",
"offscreen.html",
"vendor\/ffmpeg.min.js",
"vendor\/ffmpeg-core.js",
"vendor\/ffmpeg-core.wasm",
"vendor\/ffmpeg-core.worker.js"
],
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/www.tiktok.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
}
}