YouTube Ad URL Clipper
Bookmark YouTube Ads with Just One Click
Qu'est-ce que YouTube Ad URL Clipper ?
YouTube Ad URL Clipper est une extension Chrome développée par Jonny Chan, et sa fonction principale est "Bookmark YouTube Ads with Just One Click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Ad URL Clipper
Téléchargez les fichiers d'extension YouTube Ad URL Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Attention YouTube Ad Lovers! Introducing the Ultimate Plugin to Bookmark YouTube Ads with Just One Click. Say Goodbye to Searching for YouTube Ad. Want to save a particular ad for future reference? Our simple plugin does just that! With one click, you can grab the ad URL and start analyzing its performance, send it to your designer for inspiration, and build your own swipe files for your YouTube ads. Stop searching for ways to save your favorite ads and start using our plugin today. Try it now and take your YouTube ads to the next level!
Informations de Base sur l'Extension
Nom | YouTube Ad URL Clipper |
ID | lkoenmlgaajoddaadfpjlhjjpjjcpnhc |
URL Officiel | https://chromewebstore.google.com/detail/youtube-ad-url-clipper/lkoenmlgaajoddaadfpjlhjjpjjcpnhc |
Description | Bookmark YouTube Ads with Just One Click |
Taille du Fichier | 31.56 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-03-13 |
Date de Publication | 2022-06-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Jonny Chan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Ad URL Clipper", "description": "Bookmark YouTube Ads with Just One Click", "version": "1.0.1", "manifest_version": 3, "homepage_url": "https:\/\/jonnychan.com\/", "author": { "name": "Jonny Chan", "url": "https:\/\/jonnychan.com\/" }, "background": { "service_worker": "sw.js" }, "action": { "default_title": "YouTube Ad URL Clipper" }, "icons": { "24": "24.png", "32": "32.png", "48": "48.png", "64": "64.png", "128": "128.png", "256": "256.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "scripting" ] } |