Annoying Browsing

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

Qu'est-ce que Annoying Browsing ?

Annoying Browsing est une extension Chrome développée par kalandrey92, et sa fonction principale est "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Annoying Browsing

Téléchargez les fichiers d'extension Annoying Browsing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Annoying Browsing Annoying Browsing
ID amocooflhobdfdnlkpdnapkcafolalhh
URL Officiel 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
Taille du Fichier 4.43 KB
Nombre d'Installations 859
Version Actuelle 1
Dernière Mise à Jour 2016-12-18
Date de Publication 2016-12-18
Évaluation 3.00/5 Total 2 Évaluations
Développeur kalandrey92
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}