Some Rich Asshole

Replaces the text 'Donald Trump' with 'Some Rich Asshole'.

Some Rich Assholeคืออะไร?

Some Rich Asshole เป็นส่วนขยายของ Chrome ที่พัฒนาโดย drew และคุณลักษณะหลักของมันคือ "Replaces the text 'Donald Trump' with 'Some Rich Asshole'."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Some Rich Asshole

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

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

                        A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"                    

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

ชื่อ Some Rich Asshole Some Rich Asshole
ID hgcjjgnlnheojgpdiafpdnjjpbkedgfh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
คำอธิบาย Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
ขนาดไฟล์ 33.73 KB
จำนวนการติดตั้ง 603
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-09-17
วันที่เผยแพร่ 2015-09-17
คะแนน 4.81/5 รวมทั้งหมด 72 คะแนน
ผู้พัฒนา drew
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://somerichasshole.com
URL หน้าช่วยเหลือ http://somerichasshole.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Some Rich Asshole",
    "version": "1.2",
    "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}