Potato for President 2016

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

Potato for President 2016คืออะไร?

Potato for President 2016 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan Krause และคุณลักษณะหลักของมันคือ "Replace occurences of Presidential Candidate's names with various fruits and vegetables"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Potato for President 2016

ดาวน์โหลดไฟล์ส่วนขยาย Potato for President 2016 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
คำอธิบาย Replace occurences of Presidential Candidate's names with various fruits and vegetables
ขนาดไฟล์ 28.12 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-09-26
วันที่เผยแพร่ 2016-09-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Evan Krause
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/"
    ]
}