Fear Mongering Shithead
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
Fear Mongering Shitheadคืออะไร?
Fear Mongering Shithead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fear Mongering Shithead
ดาวน์โหลดไฟล์ส่วนขยาย Fear Mongering Shithead ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. A fork of Some Rich Asshole
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fear Mongering Shithead |
ID | hkgpjbjehhennbkmmhhoelofdhhcfhfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk |
คำอธิบาย | Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'. |
ขนาดไฟล์ | 34.96 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-10-16 |
วันที่เผยแพร่ | 2015-10-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fear Mongering Shithead", "version": "1.0", "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |