Youtube Ad Skipper
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
O que é Youtube Ad Skipper?
Youtube Ad Skipper é uma extensão do Chrome desenvolvida por Zubair Mohsin, e sua principal característica é "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…".
Baixar o arquivo CRX da Extensão Youtube Ad Skipper
Baixe arquivos de extensão 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
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)
Informações Básicas da Extensão
Nome | |
ID | enihkpojbigcklkiniiknjplcfihheca |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca |
Descrição | Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this… |
Tamanho do Arquivo | 44.95 KB |
Contagem de Instalações | 663 |
Versão Atual | 0.1 |
Última Atualização | 2017-12-22 |
Data de Publicação | 2017-12-22 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Zubair Mohsin |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Ad Skipper", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "skip_16.png", "48": "skip_48.png", "128": "skip_128.png" } } |