Newsblock
Your recommender of credible news sources
什麼是Newsblock?
Newsblock是由https://newsblock.co開發的Chrome擴展程式,該擴展的主要功能是“Your recommender of credible news sources”。
擴展截圖
下載Newsblock擴展crx文件
下載Newsblock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Newsblock |
ID | pkhdmfigkmhboekijlapffdjbdhhmmbg |
官方網址 | https://chromewebstore.google.com/detail/newsblock/pkhdmfigkmhboekijlapffdjbdhhmmbg |
簡介 | Your recommender of credible news sources |
檔案大小 | 160 KB |
安裝次數 | 29 |
目前版本 | 1.09 |
更新時間 | 2018-08-30 |
上架時間 | 2018-08-29 |
開發者 | https://newsblock.co |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://newsblock.co |
隱私政策頁面URL | https://github.com/jawerty/myAlgorithm/blob/main/README.md |
支援的語言 | 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", " |