Annoying Browsing
Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
Was ist Annoying Browsing?
Annoying Browsing ist eine Chrome-Erweiterung, die von kalandrey92 entwickelt wurde, und ihr Hauptmerkmal ist "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".
Erweiterungsscreenshots
Annoying Browsing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Annoying Browsing-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
Sometimes you just want to spice up your regular internet browsing experience. There's a ton of very helpful extensions out there which make your life easier. This extension doesn't. Experience hardcore rages and headache-inducing fonts or make text completely disappear. Perfect to use on your friend's computer.
Grundlegende Informationen zur Erweiterung
Name | Annoying Browsing |
ID | amocooflhobdfdnlkpdnapkcafolalhh |
Offizielle URL | https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh |
Beschreibung | Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that |
Dateigröße | 4.43 KB |
Installationsanzahl | 859 |
Aktuelle Version | 1 |
Letztes Update | 2016-12-18 |
Veröffentlichungsdatum | 2016-12-18 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | kalandrey92 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Annoying Browsing", "version": "1", "permissions": [ "activeTab" ], "description": "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that", "background": { "scripts": [ "script.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" } } |