Twirl - Save Ad Inspiration From Anywhere
Save your favorite ads and creatives to your Twirl library from Meta Ad Library, Instagram, TikTok, and YouTube Shorts.
Twirl - Save Ad Inspiration From Anywhere क्या है?
Twirl - Save Ad Inspiration From Anywhere https://wetwirl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your favorite ads and creatives to your Twirl library from Meta Ad Library, Instagram, TikTok, and YouTube Shorts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twirl - Save Ad Inspiration From Anywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save ad inspiration from within FB Ad Library, TikTok Organic and Creative Center, Instagram, and YouTube Shorts - straight into your Twirl library - faster than ever and saved forever! Every great ad starts with inspiration and research. Twirl helps you discover, save and share ad inspiration. Like Pinterest but built for Marketers! The Twirl ‘save button’ embeds into FB Ad Library, TikTok Organic and Creative Center, Instagram and YouTube Shorts, and allows you to save any ad you see into your Twirl library, incl. rich metadata (such as caption, CTA and landing page link). Ads are saved forever; you can even save ads into specific folders within your library without jumping between tabs! Login to the Twirl app to discover ad inspo from any platform, organise your library into “boards” and share access to your team, creators, or clients seamlessly. We are working on integrations for more platforms. Our vision is for Twirl to help you seamlessly save inspo wherever and whenever it strikes, into a collaborative library.
एक्सटेंशन की मूल जानकारी
नाम | Twirl - Save Ad Inspiration From Anywhere |
ID | gimlmlcjkpenmpooggpebojdhkchblig |
आधिकारिक URL | https://chromewebstore.google.com/detail/twirl-save-ad-inspiration/gimlmlcjkpenmpooggpebojdhkchblig |
विवरण | Save your favorite ads and creatives to your Twirl library from Meta Ad Library, Instagram, TikTok, and YouTube Shorts. |
फ़ाइल का आकार | 1.46 MB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 2.1.2 |
अंतिम अपडेट | 2023-10-24 |
प्रकाशन तिथि | 2023-02-23 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | https://wetwirl.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.wetwirl.com/privacy-policy |
समर्थित भाषाएँ | en-US |
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" ] } |