Creator of Noise

This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…

Τι είναι το Creator of Noise;

Το Creator of Noise είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mzozy92, και η κύρια λειτουργία του είναι "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Creator of Noise

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

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

                        This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using it, all your text will become unreadable signs that will clearly show the ads that a website has.                    

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

Όνομα Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
Επίσημο URL https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Περιγραφή This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Μέγεθος Αρχείου 3.41 KB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-04-21
Ημερομηνία Δημοσίευσης 2016-04-21
Αξιολόγηση 2.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής mzozy92
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creator of Noise",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "changefont.css"
            ]
        }
    ]
}