Instant Youtube Ad Skipper
Extension that automatically fast forwards and skips youtube ads.
O que é Instant Youtube Ad Skipper?
Instant Youtube Ad Skipper é uma extensão do Chrome desenvolvida por Cloud Composed LLC, e sua principal característica é "Extension that automatically fast forwards and skips youtube ads.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Instant Youtube Ad Skipper
Baixe arquivos de extensão Instant Youtube Ad Skipper 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
This extension will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again. Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!
Informações Básicas da Extensão
Nome | Instant Youtube Ad Skipper |
ID | hfncancnkmcojmfbfcdphomojkgmanlf |
URL Oficial | https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf |
Descrição | Extension that automatically fast forwards and skips youtube ads. |
Tamanho do Arquivo | 57.28 KB |
Contagem de Instalações | 265 |
Versão Atual | 1.0 |
Última Atualização | 2022-10-30 |
Data de Publicação | 2022-10-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Cloud Composed LLC |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Youtube Ad Skipper", "description": "Extension that automatically fast forwards and skips youtube ads.", "author": "Cloud Composed LLC", "manifest_version": 3, "version": "1.0", "action": { "default_popup": "index.html", "default_title": "Instant Youtube Ad Skipper", "default_icon": "icon.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |