Rob Ford Blocker

Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.

Τι είναι το Rob Ford Blocker;

Το Rob Ford Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pilotpmr.com, και η κύρια λειτουργία του είναι "Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.".

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

screenshot

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

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

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

                        The media frenzy around Rob Ford often gets pretty annoying, so we built a tool to avoid it.

At the merest hint of a webpage containing anything about Rob Ford's antics, this extension aggressively rewrites the content with more pleasant and relaxing images, like kittens and cake.

Brought to you by Pilot PMR.                    

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

Όνομα Rob Ford Blocker Rob Ford Blocker
ID kkldihbnfmhndbjkhconmdfgociadfij
Επίσημο URL https://chromewebstore.google.com/detail/rob-ford-blocker/kkldihbnfmhndbjkhconmdfgociadfij
Περιγραφή Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.
Μέγεθος Αρχείου 94.6 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2014-08-05
Ημερομηνία Δημοσίευσης 2014-08-05
Προγραμματιστής https://pilotpmr.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://pilotpmr.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rob Ford Blocker",
    "short_name": "ford-free",
    "version": "0.3.1",
    "manifest_version": 2,
    "description": "Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.",
    "homepage_url": "http:\/\/pilotpmr.com",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "You are browsing a Rob Ford Free Zone",
        "default_popup": "browseraction\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "background.js"
            ]
        }
    ]
}