YouTube Ad URL Clipper
Bookmark YouTube Ads with Just One Click
O que é YouTube Ad URL Clipper?
YouTube Ad URL Clipper é uma extensão do Chrome desenvolvida por Jonny Chan, e sua principal característica é "Bookmark YouTube Ads with Just One Click".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Ad URL Clipper
Baixe arquivos de extensão YouTube Ad URL Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | YouTube Ad URL Clipper |
ID | lkoenmlgaajoddaadfpjlhjjpjjcpnhc |
URL Oficial | https://chromewebstore.google.com/detail/youtube-ad-url-clipper/lkoenmlgaajoddaadfpjlhjjpjjcpnhc |
Descrição | Bookmark YouTube Ads with Just One Click |
Tamanho do Arquivo | 31.56 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-03-13 |
Data de Publicação | 2022-06-20 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Jonny Chan |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |