Newsblock

Your recommender of credible news sources

Newsblockとは何ですか?

Newsblockはhttps://newsblock.coによって開発されたChromeの拡張機能で、その主な機能は「Your recommender of credible news sources」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 Newsblock
ID pkhdmfigkmhboekijlapffdjbdhhmmbg
公式URL 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
Eメール [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",
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}