Remove ZergNet
Expunge all sites of ZergNet links.
Remove ZergNetคืออะไร?
Remove ZergNet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Expunge all sites of ZergNet links."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove ZergNet
ดาวน์โหลดไฟล์ส่วนขยาย Remove ZergNet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Many blogs feature "Around The Web" sections in their sidebars and footers, which have unrelated links that end up taking you a portal called ZergNet. The links don't actually take the user to the articles they seem to, which can be frustrating. This extension simply removes the links in the first place.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | manjkebbkajmpdndbahchokjphleklak |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak |
คำอธิบาย | Expunge all sites of ZergNet links. |
ขนาดไฟล์ | 9.54 KB |
จำนวนการติดตั้ง | 679 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-03-08 |
วันที่เผยแพร่ | 2014-03-08 |
คะแนน | 2.75/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/zacs/remove-zergnet |
URL หน้าช่วยเหลือ | https://github.com/zacs/remove-zergnet/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove ZergNet", "description": "Expunge all sites of ZergNet links.", "version": "0.1", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [], "js": [ "remove.zergnet.user.js" ] } ], "author": "Zac Schellhardt" } |