SkipAds
Utility to skip ad automatically
O que é SkipAds?
SkipAds é uma extensão do Chrome desenvolvida por Aman A. Agarwal, e sua principal característica é "Utility to skip ad automatically".
Baixar o arquivo CRX da Extensão SkipAds
Baixe arquivos de extensão SkipAds 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
- Use this extension to automatically skip ads on Youtube. It just works. - Detects a Youtube webpage and only then works in the background. - Also added is a mute feature which mutes the ads and unmutes when the video playback resumes to give you uninterrupted experience - Support for other streaming services like Saavn, Gaana, etc. to roll out in future, so stay tuned. **Bug Fixes** - Now works without any need for reload.
Informações Básicas da Extensão
Nome | |
ID | fmkjadgnhcdgdgllhfdimhgocdienbdm |
URL Oficial | https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm |
Descrição | Utility to skip ad automatically |
Tamanho do Arquivo | 20.26 KB |
Contagem de Instalações | 118 |
Versão Atual | 0.3 |
Última Atualização | 2018-07-26 |
Data de Publicação | 2018-07-26 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Aman A. Agarwal |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SkipAds", "short_name": "SkipAds", "description": "Utility to skip ad automatically", "manifest_version": 2, "version": "0.3", "author": "Aman A. Agarwal", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "main.js" ], "run_at": "document_end", "all_frames": true } ] } |