Inspect and view changes in Twirl - Save Ad Inspiration From Anywhere source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Twirl - Save Ad Inspiration From Anywhere",
"short_name": "Twirl",
"description": "Save your favorite ads and creatives to your Twirl library from Meta Ad Library, Instagram, TikTok, and YouTube Shorts.",
"version": "2.1.2",
"manifest_version": 3,
"icons": {
"128": "icons/logo.png"
},
"action": {
"default_popup": "src/pages/popup/index.html",
"default_icon": "icons/logo.png"
},
"options_page": "src/pages/options/index.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/content-script-loader.chunk-8da87d72-5e3122aa.js"
],
"matches": [
"https://*.facebook.com/ads/library/*",
"*://*.tiktok.com/*",
"https://www.youtube.com/*",
"https://www.instagram.com/*",
"*://localhost/*"
],
"run_at": "document_start",
"css": [
"assets/index-2d4c25b0.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*://*/*"
],
"resources": [
"src/pages/browser/index.html"
],
"use_dynamic_url": false
},
{
"matches": [
"*://*.tiktok.com/*",
"*://localhost/*",
"https://*.facebook.com/*",
"https://www.instagram.com/*",
"https://www.youtube.com/*"
],
"resources": [
"assets/chunk-cdbbaaf8.js",
"assets/chunk-19f2bd5a.js",
"assets/chunk-4a23ba82.js",
"assets/chunk-216118d2.js",
"assets/chunk-8da87d72.js"
],
"use_dynamic_url": true
}
],
"host_permissions": [
"https://*.facebook.com/ads/library/*",
"*://*.tiktok.com/*",
"https://www.youtube.com/shorts/*",
"https://www.instagram.com/*",
"*://localhost/*"
],
"permissions": [
"storage",
"activeTab",
"scripting"
]
}