Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"version": "1.0.1",
"manifest_version": 3,
"name": "SpyPixel - Save TikTok AdLibrary Ads & Ad Spy Tool",
"description": "Save ads from TikTok and Facebook Ad Library with one click.",
"homepage_url": "https:\/\/spypixel.io",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_popup": "js\/index.html",
"default_title": "SpyPixel - Save TikTok Ads"
},
"permissions": [
"activeTab",
"storage",
"webRequest"
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.tiktok.com\/*",
"https:\/\/app.spypixel.io\/*",
"https:\/\/library.tiktok.com\/*",
"https:\/\/ads.tiktok.com\/*"
],
"js": [
"js\/contentScript.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"https:\/\/www.tiktok.com\/*",
"https:\/\/app.spypixel.io\/*",
"https:\/\/library.tiktok.com\/*",
"https:\/\/ads.tiktok.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.tiktok.com\/*",
"https:\/\/library.tiktok.com\/*",
"https:\/\/ads.tiktok.com\/*"
],
"resources": [
"assets\/style.css",
"assets\/ext-logo.png"
],
"use_dynamic_url": true
}
],
"icons": {
"16": "assets\/ext-logo.png",
"48": "assets\/ext-logo.png",
"128": "assets\/ext-logo.png"
}
}