Content Farm Blocker
Preventing to open content farm by mistake
Apa itu Content Farm Blocker?
Content Farm Blocker adalah ekstensi Chrome yang dikembangkan oleh Ben Lau, dan fitur utamanya adalah "Preventing to open content farm by mistake".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Content Farm Blocker
Unduh file ekstensi Content Farm Blocker 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
If you hate content farms, and want to prevent to open it from mistakenly click. You may install this extension to block them. Project Site: https://www.facebook.com/unlimitedbuildworks Source code: https://github.com/benlau/ihatecontentfarms Report Content Farm: https://docs.google.com/forms/d/15PiDGSjDMKorGFkoFKr76kW7NI02eD4IWL-O_OlM1GA/viewform
Informasi Dasar Ekstensi
Nama | Content Farm Blocker |
ID | opjaibbmmpldcncnbbglondckfnokfpm |
URL Resmi | https://chromewebstore.google.com/detail/content-farm-blocker/opjaibbmmpldcncnbbglondckfnokfpm |
Deskripsi | Preventing to open content farm by mistake |
Ukuran File | 62.03 KB |
Jumlah Instalasi | 49,134 |
Versi Saat Ini | 0.4.6 |
Terakhir Diperbarui | 2020-11-19 |
Tanggal Publikasi | 2017-11-29 |
Penilaian | 4.84/5 Total 378 Penilaian |
Pengembang | Ben Lau |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.4.6", "description": "__MSG_appDesc__", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "default_locale": "en", "options_page": "options.html" } |