Bieber Blocker

Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer.

Τι είναι το Bieber Blocker;

Το Bieber Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kaagleason, και η κύρια λειτουργία του είναι "Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer.".

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

screenshot
screenshot

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

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

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

                        There are certain celebrities that cause you to cringe when you hear or see their name. Some people just deserve to be insulted. Finally, a chrome extension that will monitor the web for you and insert some insulting adjective before all those celebrities' names.

NEW IN RELEASE 1.5:
- Improved UI
- Added insults

Note, in some rare cases, Bieber Blocker can mess with the javascript on a page. If you notice anything acting up simply disable Bieber Blocking and please let me know.                    

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

Όνομα Bieber Blocker Bieber Blocker
ID ilommfifmlndhimdoehjkhnfaodpepop
Επίσημο URL https://chrome.google.com/webstore/detail/bieber-blocker/ilommfifmlndhimdoehjkhnfaodpepop
Περιγραφή Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer.
Μέγεθος Αρχείου 35.14 KB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2016-01-23
Ημερομηνία Δημοσίευσης 2016-01-23
Αξιολόγηση 3.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής kaagleason
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης http://kevingleason.me/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bieber Blocker",
    "short_name": "bBlocker",
    "description": "Tired of seeing Bieber's name everywhere without an insult before it? Tire no longer.",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Bieber Blocker",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "findReplace.js",
                "bblockr.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}