Annoying Browsing

Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that

Hvad er Annoying Browsing?

Annoying Browsing er en Chrome-udvidelse udviklet af kalandrey92, og dens hovedfunktion er "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".

Udvidelsesskærmbilleder

screenshot

Download Annoying Browsing-udvidelses-CRX-fil

Download Annoying Browsing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Annoying Browsing Annoying Browsing
ID amocooflhobdfdnlkpdnapkcafolalhh
Officiel URL https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh
Beskrivelse Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
Filstørrelse 4.43 KB
Antal Installationer 859
Nuværende Version 1
Senest Opdateret 2016-12-18
Udgivelsesdato 2016-12-18
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler kalandrey92
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}