Royal Baby Catifier

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

Cos'è Royal Baby Catifier?

Royal Baby Catifier è un'estensione di Chrome sviluppata da jordanrs2k1, e la sua funzione principale è "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Royal Baby Catifier

Scarica i file di estensione Royal Baby Catifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Royal Baby Catifier Royal Baby Catifier
ID adjameoabcmbdobiafhhoclndepibfno
URL Ufficiale https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno
Descrizione Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Dimensione del File 97.23 KB
Conteggio Installazioni 10
Versione Corrente 0.1
Ultimo Aggiornamento 2013-07-22
Data di Pubblicazione 2013-07-22
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore jordanrs2k1
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}