Rob Ford Blocker

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

Was ist Rob Ford Blocker?

Rob Ford Blocker ist eine Chrome-Erweiterung, die von https://pilotpmr.com entwickelt wurde, und ihr Hauptmerkmal ist "Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.".

Erweiterungsscreenshots

screenshot

Rob Ford Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rob Ford Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rob Ford Blocker Rob Ford Blocker
ID kkldihbnfmhndbjkhconmdfgociadfij
Offizielle URL https://chromewebstore.google.com/detail/rob-ford-blocker/kkldihbnfmhndbjkhconmdfgociadfij
Beschreibung Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.
Dateigröße 94.6 KB
Installationsanzahl 13
Aktuelle Version 0.3.1
Letztes Update 2014-08-05
Veröffentlichungsdatum 2014-08-05
Entwickler https://pilotpmr.com
Zahlungsart free
Erweiterungswebsite http://pilotpmr.com
Unterstützte Sprachen 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"
            ]
        }
    ]
}