Royal Baby Catifier

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

Apa itu Royal Baby Catifier?

Royal Baby Catifier adalah ekstensi Chrome yang dikembangkan oleh jordanrs2k1, dan fitur utamanya adalah "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Royal Baby Catifier

Unduh file ekstensi Royal Baby Catifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Royal Baby Catifier Royal Baby Catifier
ID adjameoabcmbdobiafhhoclndepibfno
URL Resmi https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno
Deskripsi Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Ukuran File 97.23 KB
Jumlah Instalasi 10
Versi Saat Ini 0.1
Terakhir Diperbarui 2013-07-22
Tanggal Publikasi 2013-07-22
Penilaian 4.00/5 Total 1 Penilaian
Pengembang jordanrs2k1
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}