Kanye for VP

Replace references to Tim Kaine with Kanye West

Apa itu Kanye for VP?

Kanye for VP adalah ekstensi Chrome yang dikembangkan oleh https://www.mollywhite.net, dan fitur utamanya adalah "Replace references to Tim Kaine with Kanye West".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Kanye for VP

Unduh file ekstensi Kanye for VP 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 mentions of "Tim Kaine" with "Kanye West" for maximum surrealism and because hey, you were probably reading it that way anyway.                    

Informasi Dasar Ekstensi

Nama Kanye for VP Kanye for VP
ID maoogjnlkjgijnaehchgjipelgglccfa
URL Resmi https://chromewebstore.google.com/detail/kanye-for-vp/maoogjnlkjgijnaehchgjipelgglccfa
Deskripsi Replace references to Tim Kaine with Kanye West
Ukuran File 4.84 MB
Jumlah Instalasi 32
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-07-23
Tanggal Publikasi 2016-07-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.mollywhite.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://mollywhite.net/#projects
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanye for VP",
    "description": "Replace references to Tim Kaine with Kanye West",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}