Joe Biden to Joe Budden

Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'

Joe Biden to Joe Buddenคืออะไร?

Joe Biden to Joe Budden เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Netfelix และคุณลักษณะหลักของมันคือ "Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Joe Biden to Joe Budden

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

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

                        Restore Alexis de Tocqueville's Platonic ideal of democracy in America by replacing all instances of the phrase "Joe Biden" with "Joe Budden."                    

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

ชื่อ Joe Biden to Joe Budden Joe Biden to Joe Budden
ID ahonhhielbhejghapbfcojmkbnfkjnjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/joe-biden-to-joe-budden/ahonhhielbhejghapbfcojmkbnfkjnjn
คำอธิบาย Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'
ขนาดไฟล์ 56.49 KB
จำนวนการติดตั้ง 230
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-07-14
วันที่เผยแพร่ 2016-07-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Netfelix
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Joe Biden to Joe Budden",
    "description": "Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'",
    "version": "0.2",
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}