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 https://pilotpmr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rob Ford Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}