Royal Baby Catifier

Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat

O que é Royal Baby Catifier?

Royal Baby Catifier é uma extensão do Chrome desenvolvida por jordanrs2k1, e sua principal característica é "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Royal Baby Catifier

Baixe arquivos de extensão Royal Baby Catifier 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

                        Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat                    

Informações Básicas da Extensão

Nome Royal Baby Catifier Royal Baby Catifier
ID adjameoabcmbdobiafhhoclndepibfno
URL Oficial https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno
Descrição Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Tamanho do Arquivo 97.23 KB
Contagem de Instalações 10
Versão Atual 0.1
Última Atualização 2013-07-22
Data de Publicação 2013-07-22
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor jordanrs2k1
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Royal Baby Catifier",
    "description": "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat",
    "version": "0.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/caticon16.png",
        "48": "icons\/caticon48.png",
        "128": "icons\/caticon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/royalBabdyCatifier.js"
            ]
        }
    ]
}