Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"name": "__MSG_appName__",
"version": "1.1.60",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"default_locale": "en",
"minimum_chrome_version": "96",
"permissions": [
"activeTab",
"storage",
"tabs",
"cookies"
],
"host_permissions": [
"https:\/\/*.tangshu.com\/*",
"https:\/\/*.adslibrary.ai\/*",
"https:\/\/*.tiktok.com\/*",
"https:\/\/*.instagram.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"icons\/*",
"images\/*",
"fonts\/*",
"static\/main.js",
"static\/fbPageView.js",
"static\/ttccView.js",
"static\/insView.js",
"static\/ttOrganizeView.js"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css\/all.css"
],
"js": [
"js\/all.js",
"js\/library.js",
"js\/shot.js"
]
},
{
"matches": [
"*:\/\/*.facebook.com\/ads\/library\/*"
],
"js": [
"js\/fbPageView.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.facebook.com\/ads\/library\/*"
],
"js": [
"js\/fbAdvertiser.js"
]
},
{
"matches": [
"*:\/\/ads.tiktok.com\/business\/creativecenter\/*"
],
"js": [
"js\/ttccPage.js"
]
},
{
"matches": [
"*:\/\/www.instagram.com\/*"
],
"js": [
"js\/insPage.js"
]
},
{
"matches": [
"*:\/\/www.tiktok.com\/*"
],
"js": [
"js\/ttOrganizePage.js"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/extension-icon-x16.png",
"32": "icons\/extension-icon-x32.png",
"48": "icons\/extension-icon-x48.png",
"128": "icons\/extension-icon-x128.png"
}
},
"icons": {
"16": "icons\/extension-icon-x16.png",
"32": "icons\/extension-icon-x32.png",
"48": "icons\/extension-icon-x48.png",
"128": "icons\/extension-icon-x128.png"
},
"homepage_url": "https:\/\/www.adslibrary.ai",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}