Newsblock
Your recommender of credible news sources
Wat is Newsblock?
Newsblock is een Chrome-extensie ontwikkeld door https://newsblock.co, en de belangrijkste functie is "Your recommender of credible news sources".
Extensie Screenshots
Download het CRX-bestand van de extensie Newsblock
Download Newsblock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Newsblock |
ID | pkhdmfigkmhboekijlapffdjbdhhmmbg |
Officiële URL | https://chromewebstore.google.com/detail/newsblock/pkhdmfigkmhboekijlapffdjbdhhmmbg |
Beschrijving | Your recommender of credible news sources |
Bestandsgrootte | 160 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.09 |
Laatst Bijgewerkt | 2018-08-30 |
Publicatiedatum | 2018-08-29 |
Ontwikkelaar | https://newsblock.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://newsblock.co |
URL van de Privacybeleid Pagina | https://github.com/jawerty/myAlgorithm/blob/main/README.md |
Ondersteunde Talen | 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", " |