Drumpfinator+

Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!

Drumpfinator+คืออะไร?

Drumpfinator+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mark.monteiro.dev และคุณลักษณะหลักของมันคือ "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drumpfinator+

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

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

                        Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! Replace each instance of Drumpf's boring old regular name with more accurate, automatically generated name.

Logo credit goes to DonkeyHotey on Flikr: https://www.flickr.com/photos/donkeyhotey

Source code can be found here: https://github.com/mark-monteiro/drumpfinator                    

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

ชื่อ Drumpfinator+ Drumpfinator+
ID bjimekmhhbmpblaifnbeingfpbipbppg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg
คำอธิบาย Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
ขนาดไฟล์ 31.07 KB
จำนวนการติดตั้ง 218
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2018-03-11
วันที่เผยแพร่ 2018-03-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา mark.monteiro.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mark-monteiro/drumpfinator
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drumpfinator+",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!",
    "homepage_url": "https:\/\/github.com\/mark-monteiro\/drumpfinator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}