Royal Baby Catifier

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

Co je Royal Baby Catifier?

Royal Baby Catifier je rozšíření Chrome vyvinuté jordanrs2k1, a jeho hlavní funkcí je „Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Royal Baby Catifier

Stáhněte si soubory rozšíření Royal Baby Catifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Royal Baby Catifier Royal Baby Catifier
ID adjameoabcmbdobiafhhoclndepibfno
Oficiální URL https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno
Popis Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Velikost souboru 97.23 KB
Počet instalací 10
Aktuální Verze 0.1
Poslední Aktualizace 2013-07-22
Datum Vydání 2013-07-22
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář jordanrs2k1
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}