Millennials to Snake People

Replaces the text 'Millennial' with 'Snake People'.

Apa itu Millennials to Snake People?

Millennials to Snake People adalah ekstensi Chrome yang dikembangkan oleh Eric Bailey, dan fitur utamanya adalah "Replaces the text 'Millennial' with 'Snake People'.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Millennials to Snake People

Unduh file ekstensi Millennials to Snake People 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

                        Learn the sad, sinister truth behind the mysterious Snake People. Who are they? What do they want?                    

Informasi Dasar Ekstensi

Nama Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
URL Resmi https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
Deskripsi Replaces the text 'Millennial' with 'Snake People'.
Ukuran File 27.41 KB
Jumlah Instalasi 9,627
Versi Saat Ini 2.3
Terakhir Diperbarui 2019-03-11
Tanggal Publikasi 2019-03-10
Penilaian 4.70/5 Total 343 Penilaian
Pengembang Eric Bailey
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ericwbailey/millennial-to-snake-people
URL Halaman Bantuan https://github.com/ericwbailey/millennials-to-snake-people/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Millennials to Snake People",
    "short_name": "Snake People",
    "description": "Replaces the text 'Millennial' with 'Snake People'.",
    "author": "Eric Bailey",
    "version": "2.3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}