Donald to Darth

This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page

Donald to Darthคืออะไร?

Donald to Darth เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jessehmcdonald และคุณลักษณะหลักของมันคือ "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Donald to Darth

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

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

                        Well after hearing about all these politics people are getting bored. It is time to spice things up a bit! The Chrome Extension Changes famous politicians names to Star Wars Characters!                    

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

ชื่อ Donald to Darth Donald to Darth
ID epmmoednmfpdmennmmcedihlcecffdde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde
คำอธิบาย This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
ขนาดไฟล์ 7.88 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2015-12-19
วันที่เผยแพร่ 2015-12-19
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา jessehmcdonald
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald to Darth",
    "description": "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page",
    "version": "1.4",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}