Remove ZergNet
Expunge all sites of ZergNet links.
Apa itu Remove ZergNet?
Remove ZergNet adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Expunge all sites of ZergNet links.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Remove ZergNet
Unduh file ekstensi Remove ZergNet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | manjkebbkajmpdndbahchokjphleklak |
URL Resmi | https://chrome.google.com/webstore/detail/remove-zergnet/manjkebbkajmpdndbahchokjphleklak |
Deskripsi | Expunge all sites of ZergNet links. |
Ukuran File | 9.54 KB |
Jumlah Instalasi | 679 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-03-08 |
Tanggal Publikasi | 2014-03-08 |
Penilaian | 2.75/5 Total 20 Penilaian |
Pengembang | [email protected] |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/zacs/remove-zergnet |
URL Halaman Bantuan | https://github.com/zacs/remove-zergnet/issues |
Bahasa yang Didukung | 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" } |