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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } |