National to Reptile

Real talk

Apa itu National to Reptile?

National to Reptile adalah ekstensi Chrome yang dikembangkan oleh David Kirschberg, dan fitur utamanya adalah "Real talk".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi National to Reptile

Unduh file ekstensi National to Reptile 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

                        Reveals the true nature of the New Zealand government. Replacing National Party with 'Reptilian Party', as well 'National' in certain other places.                    

Informasi Dasar Ekstensi

Nama National to Reptile National to Reptile
ID pmddmkimneenlhicfoogbeojicjjabai
URL Resmi https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai
Deskripsi Real talk
Ukuran File 44.96 KB
Jumlah Instalasi 16
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2016-05-02
Tanggal Publikasi 2016-05-02
Penilaian 5.00/5 Total 2 Penilaian
Pengembang David Kirschberg
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "National to Reptile ",
    "description": "Real talk",
    "version": "0.1.1",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}