ANNoy Distractions
Make the entrentainment and nsf sites annoying to use
O que é ANNoy Distractions?
ANNoy Distractions é uma extensão do Chrome desenvolvida por SRT.ONL, e sua principal característica é "Make the entrentainment and nsf sites annoying to use".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ANNoy Distractions
Baixe arquivos de extensão ANNoy Distractions 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
Not waste any more of your time in entertainment or adult sites. This plugin will make you hate that kind of sites by: - Shaking images and links - Every time you click a link, some annoying advertisement will be opened in a tab. - Every time you scroll a fart sound will be played - At any moment a dinosaur will apear from nowhere in your screen making noise. - More things to annoy you will come. The idea is to make you not use social networks, entertainment and adult sites. But without blocking them, just making that kind of websites annoying to use.
Informações Básicas da Extensão
Nome | ANNoy Distractions |
ID | cdcphalmjbppiecgidbodhhghfkhpcnh |
URL Oficial | https://chromewebstore.google.com/detail/annoy-distractions/cdcphalmjbppiecgidbodhhghfkhpcnh |
Descrição | Make the entrentainment and nsf sites annoying to use |
Tamanho do Arquivo | 291 KB |
Contagem de Instalações | 69 |
Versão Atual | 0.0.1 |
Última Atualização | 2017-03-08 |
Data de Publicação | 2017-03-08 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | SRT.ONL |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ANNoy Distractions", "version": "0.0.1", "description": "Make the entrentainment and nsf sites annoying to use", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "raptor.png", "raptor-sound.mp3", "raptor-sound.ogg" ] } |