Annoying Browsing

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

Vad är Annoying Browsing?

Annoying Browsing är en Chrome-tillägg utvecklad av kalandrey92, och dess huvudfunktion är "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".

Tilläggsskärmbilder

screenshot

Ladda ner Annoying Browsing-förlängningens CRX-fil

Ladda ner Annoying Browsing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Annoying Browsing Annoying Browsing
ID amocooflhobdfdnlkpdnapkcafolalhh
Officiell webbadress https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh
Beskrivning Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
Filstorlek 4.43 KB
Antal Installationer 859
Aktuell Version 1
Senast Uppdaterad 2016-12-18
Publiceringsdatum 2016-12-18
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare kalandrey92
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}