Annoying Browsing

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

Τι είναι το Annoying Browsing;

Το Annoying Browsing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kalandrey92, και η κύρια λειτουργία του είναι "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Annoying Browsing

Λήψη αρχείων επέκτασης Annoying Browsing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Annoying Browsing Annoying Browsing
ID amocooflhobdfdnlkpdnapkcafolalhh
Επίσημο URL https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh
Περιγραφή Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
Μέγεθος Αρχείου 4.43 KB
Αριθμός Εγκαταστάσεων 859
Τρέχουσα Έκδοση 1
Τελευταία Ενημέρωση 2016-12-18
Ημερομηνία Δημοσίευσης 2016-12-18
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής kalandrey92
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}