Newsblock
Your recommender of credible news sources
Apa itu Newsblock?
Newsblock adalah ekstensi Chrome yang dikembangkan oleh https://newsblock.co, dan fitur utamanya adalah "Your recommender of credible news sources".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Newsblock
Unduh file ekstensi Newsblock 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
Newsblock was made to fight bad/clickbaity news by redirecting you to the best article covering the stories you click on With the Newsblock plugin you can support quality news by simply browsing the web
Informasi Dasar Ekstensi
Nama | Newsblock |
ID | pkhdmfigkmhboekijlapffdjbdhhmmbg |
URL Resmi | https://chromewebstore.google.com/detail/newsblock/pkhdmfigkmhboekijlapffdjbdhhmmbg |
Deskripsi | Your recommender of credible news sources |
Ukuran File | 160 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 1.09 |
Terakhir Diperbarui | 2018-08-30 |
Tanggal Publikasi | 2018-08-29 |
Pengembang | https://newsblock.co |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://newsblock.co |
URL Halaman Kebijakan Privasi | https://github.com/jawerty/myAlgorithm/blob/main/README.md |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Newsblock", "description": "Your recommender of credible news sources", "version": "1.09", "browser_action": { "default_icon": "newsblock_icon_128.png", "default_popup": "popup.html" }, "icons": { "16": "newsblock_icon_16.png", "48": "newsblock_icon_48.png", "128": "newsblock_icon_128.png" }, "background": { "scripts": [ "google-analytics-bundle.js", "levenshtein.min.js", "background.js" ], "persistent": true }, "permissions": [ "https:\/\/www.google-analytics.com\/", "activeTab", "tabs", "webRequest", "webRequestBlocking", " |