Some Rich Asshole Enhanced
Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Some Rich Asshole Enhancedคืออะไร?
Some Rich Asshole Enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gibberishexercise และคุณลักษณะหลักของมันคือ "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Some Rich Asshole Enhanced
ดาวน์โหลดไฟล์ส่วนขยาย Some Rich Asshole Enhanced ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lovingly curated from the wit and wisdom of Scottish Twitter, Jezebel, The Root, and people of the internet generally. Plus a few from your developer's brain-recesses. We don't like Bannon either: http://wtfisastevebannon.com/ Forked, without shame, from the original Some Rich Asshole plugin: https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhdiccpconjkghpllkdieckibcieidpk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk |
คำอธิบาย | Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors. |
ขนาดไฟล์ | 97.16 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 3.2.2 |
อัปเดตครั้งล่าสุด | 2018-01-17 |
วันที่เผยแพร่ | 2018-01-17 |
คะแนน | 4.21/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | gibberishexercise |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://wtfisastevebannon.com/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Rich Asshole Enhanced", "version": "3.2.2", "description": "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.1.1.min.js", "jquery-ui\/jquery-ui.min.js", "phrases.js", "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |