Brexit Filthifier
Replaces the word Brexit with a random bit of filth - by @QuantumPirate
Brexit Filthifierคืออะไร?
Brexit Filthifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QuantumPirate และคุณลักษณะหลักของมันคือ "Replaces the word Brexit with a random bit of filth - by @QuantumPirate"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brexit Filthifier
ดาวน์โหลดไฟล์ส่วนขยาย Brexit Filthifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sick of seeing fucking 'Brexit' on every webpage no more? Well worry no more, as long as you prefer filth that is. v1.1 -Now includes additional Scottish swears, because lets face it, the Scottish are awesome at swearing -Also replaces any mention of "Trump" with a random insult
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bcohekienkmelpifeeifhacpllfcajif |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif |
คำอธิบาย | Replaces the word Brexit with a random bit of filth - by @QuantumPirate |
ขนาดไฟล์ | 23.97 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-02-02 |
วันที่เผยแพร่ | 2017-02-02 |
คะแนน | 4.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | QuantumPirate |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/QuantumPirate |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Brexit Filthifier", "description": "Replaces the word Brexit with a random bit of filth - by @QuantumPirate", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |