Remove PGD Greek Letters
This extension removes Phi Gamma Delta's Greek letters from all webpages.
Remove PGD Greek Lettersคืออะไร?
Remove PGD Greek Letters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ronda.dev และคุณลักษณะหลักของมันคือ "This extension removes Phi Gamma Delta's Greek letters from all webpages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove PGD Greek Letters
ดาวน์โหลดไฟล์ส่วนขยาย Remove PGD Greek Letters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of seeing the Greek letters on Phi Gamma Delta's Wikipedia page? Throw a fit every time someone uses the letters online?
Not anymore! Block such heinous disregard for our sacred "seven places" rule by flushing all misuse right down the drainage pipe. No longer will you have to endure the pain of watching internet heathens run afoul of our fraternity's bylaws.
Just install and live happily everafter.
Never again will you have to endure the treacherous click-campaigns on our Wikipedia article, where you and your brothers try to once and for all edit the letters away. Never again will you have to burn your computer monitor in respect for the letters that accidentally graced its screen.
Live with the peace of mind that the war is over, and FIJI has won. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bnggohgfcbpbanafhghbhapmfpacophp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remove-pgd-greek-letters/bnggohgfcbpbanafhghbhapmfpacophp |
| คำอธิบาย | This extension removes Phi Gamma Delta's Greek letters from all webpages. |
| ขนาดไฟล์ | 8.69 KB |
| จำนวนการติดตั้ง | 15 |
| เวอร์ชันปัจจุบัน | 0.3 |
| อัปเดตครั้งล่าสุด | 2023-08-05 |
| วันที่เผยแพร่ | 2016-04-20 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://ronda.dev |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Anthony Ronda (Tau Nu chapter, 2013)",
"content_scripts": [
{
"js": [
"rm_pgd_content_script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle"
}
],
"description": "This extension removes Phi Gamma Delta's Greek letters from all webpages.",
"icons": {
"128": "icon.png",
"16": "icon16.png",
"48": "icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAueIxazVeAsSCwIqO3Ui2vQNYRXxtBnPUiD\/6+384adJi1FyXNKXPvASFXfx\/DhV\/b6Pvy2sQdWeDs3FHO0F1TiAFUfIdXLHiQwvxFmt9cJqAyg3bhexbtoNalFQza8D5+oMEKIAetwyzzZWdjOQTi7voXoi+9r3dxCz18UYZ0YYpUArDJUH27s\/KvoKZPRYKxaWa89o124LGzM3AeybAFTRk\/VkPzWKjnasvis6I7Paeru4YliICfY5QJMJWbq+wqjSfo2fno1FFBXpNrgcaO9X4pv0Zju692W2qGyfVo0KHS\/0dE7wMxuI3LGbYonJkWFBVUbdcCIK6v+B5HtW5BQIDAQAB",
"manifest_version": 2,
"name": "Remove PGD Greek Letters",
"short_name": "Remove PGD",
"version": "0.3"
} | |