ANNoy Distractions
Make the entrentainment and nsf sites annoying to use
Was ist ANNoy Distractions?
ANNoy Distractions ist eine Chrome-Erweiterung, die von SRT.ONL entwickelt wurde, und ihr Hauptmerkmal ist "Make the entrentainment and nsf sites annoying to use".
Erweiterungsscreenshots
ANNoy Distractions-Erweiterungs-CRX-Datei herunterladen
Laden Sie ANNoy Distractions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ANNoy Distractions |
ID | cdcphalmjbppiecgidbodhhghfkhpcnh |
Offizielle URL | https://chromewebstore.google.com/detail/annoy-distractions/cdcphalmjbppiecgidbodhhghfkhpcnh |
Beschreibung | Make the entrentainment and nsf sites annoying to use |
Dateigröße | 291 KB |
Installationsanzahl | 69 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2017-03-08 |
Veröffentlichungsdatum | 2017-03-08 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | SRT.ONL |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |