Rob Ford Blocker

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

O que é Rob Ford Blocker?

Rob Ford Blocker é uma extensão do Chrome desenvolvida por https://pilotpmr.com, e sua principal característica é "Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rob Ford Blocker

Baixe arquivos de extensão Rob Ford Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rob Ford Blocker Rob Ford Blocker
ID kkldihbnfmhndbjkhconmdfgociadfij
URL Oficial https://chromewebstore.google.com/detail/rob-ford-blocker/kkldihbnfmhndbjkhconmdfgociadfij
Descrição Like an Ad Blocker, but for information about Rob Ford. Take a break from the madness.
Tamanho do Arquivo 94.6 KB
Contagem de Instalações 13
Versão Atual 0.3.1
Última Atualização 2014-08-05
Data de Publicação 2014-08-05
Desenvolvedor https://pilotpmr.com
Tipo de Pagamento free
Site da Extensão http://pilotpmr.com
Idiomas Suportados 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"
            ]
        }
    ]
}