Annoying Browsing

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

What is Annoying Browsing?

Annoying Browsing is a Chrome extension developed by kalandrey92, and its main feature is "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".

Extension Screenshots

screenshot

Download Annoying Browsing Extension CRX File

Download Annoying Browsing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Annoying Browsing Annoying Browsing
ID amocooflhobdfdnlkpdnapkcafolalhh
Official URL https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh
Description Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
File Size 4.43 KB
Installation Count 859
Current Version 1
Last Updated 2016-12-18
Publish Date 2016-12-18
Rating 3.00/5 Total 2 Ratings
Developer kalandrey92
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}