Potato for President 2016

Replace occurences of Presidential Candidate's names with various fruits and vegetables

Apa itu Potato for President 2016?

Potato for President 2016 adalah ekstensi Chrome yang dikembangkan oleh Evan Krause, dan fitur utamanya adalah "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Potato for President 2016

Unduh file ekstensi Potato for President 2016 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

                        If you've ever thought, "Gee, I wish the current Candidates for the Presidency of the United States of America were named after fruits and/or vegetables", well, this extension is for you. It will automatically replace Candidate Clinton's and Candidate Trump's names with random fruits and vegetables on any page you visit. Unsatisfied with the fruit and/or vegetable given? Just reload to get a new one!                    

Informasi Dasar Ekstensi

Nama Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
URL Resmi https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Deskripsi Replace occurences of Presidential Candidate's names with various fruits and vegetables
Ukuran File 28.12 KB
Jumlah Instalasi 19
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-09-26
Tanggal Publikasi 2016-09-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Evan Krause
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato for President 2016",
    "description": "Replace occurences of Presidential Candidate's names with various fruits and vegetables",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fruits.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}