The Internet Needs More Cats

replace every image with a cat

Apa itu The Internet Needs More Cats?

The Internet Needs More Cats adalah ekstensi Chrome yang dikembangkan oleh https://nolandchaliha.com, dan fitur utamanya adalah "replace every image with a cat".

Unduh Berkas CRX Ekstensi The Internet Needs More Cats

Unduh file ekstensi The Internet Needs More Cats 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

                        Replace every image on the internet with a cat. Just click the cat icon. Reload to de-cat.                    

Informasi Dasar Ekstensi

Nama The Internet Needs More Cats The Internet Needs More Cats
ID abkhjlenamfebhpbbopkokfficikcjfo
URL Resmi https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo
Deskripsi replace every image with a cat
Ukuran File 43.21 KB
Jumlah Instalasi 354
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-02-09
Tanggal Publikasi 2015-02-08
Penilaian 4.75/5 Total 8 Penilaian
Pengembang https://nolandchaliha.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Internet Needs More Cats",
    "version": "0.1",
    "description": "replace every image with a cat",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "cat"
    },
    "author": "Noland Chaliha",
    "permissions": [
        "activeTab",
        "http:\/\/i.imgur.com\/"
    ]
}