Fix the Internet (with cats)

The internet has a problem: too many humans, not enough cats.

Apa itu Fix the Internet (with cats)?

Fix the Internet (with cats) adalah ekstensi Chrome yang dikembangkan oleh Harold Martin, dan fitur utamanya adalah "The internet has a problem: too many humans, not enough cats.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fix the Internet (with cats)

Unduh file ekstensi Fix the Internet (with 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

                        Now with theming options                    

Informasi Dasar Ekstensi

Nama Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
URL Resmi https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Deskripsi The internet has a problem: too many humans, not enough cats.
Ukuran File 1.35 MB
Jumlah Instalasi 340
Versi Saat Ini 0.3.0
Terakhir Diperbarui 2015-11-19
Tanggal Publikasi 2015-11-19
Penilaian 3.57/5 Total 7 Penilaian
Pengembang Harold Martin
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix the Internet (with cats)",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "The internet has a problem: too many humans, not enough cats.",
    "homepage_url": "http:\/\/haroldmartin.me",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "src\/zepto.min.js",
            "src\/tracking\/tracking-min.js",
            "src\/tracking\/data\/face-min.js",
            "src\/tracking\/data\/eye-min.js",
            "src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}