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,
"name": "Swipe File Ad Saver",
"version": "0.2.1",
"description": "Save ads from Tiktok and Meta Ad Library to your Swipe File.",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"*:\/\/*.facebook.com\/ads\/library\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/adstransparency.google.com\/*",
"*:\/\/*.linkedin.com\/ads\/*",
"https:\/\/www.swipefile.pro\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/ads\/library\/*",
"*:\/\/ads.tiktok.com\/business\/creativecenter\/inspiration\/topads*",
"*:\/\/adstransparency.google.com\/*",
"*:\/\/*.linkedin.com\/ads\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}