News-Topic-Blocker

Googleのニューストピックを消す

What is News-Topic-Blocker?

News-Topic-Blocker is a Chrome extension developed by kk2011mar, and its main feature is "Googleのニューストピックを消す".

Extension Screenshots

screenshot

Download News-Topic-Blocker Extension CRX File

Download News-Topic-Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Googleのニューストピックを消すアドオンです。悪質なまとめブログを検索画面で見たくない方は是非お使いください。

https://chrome.google.com/webstore/detail/personal-blocklist-by-goo/nolijncfnkgaikbjbdaogikpmpbdcdef?hl=ja

任意のサイトを非表示にするPersonal BlockListと併用すると良いでしょう。

悪質なまとめブログの一覧は下記のサイトで入手出来ます。

http://under.hagewasi.com/forbid.html                    

Extension Basic Information

Name News-Topic-Blocker News-Topic-Blocker
ID moilhdaebcinkimmeagabpkobbpkgcnc
Official URL https://chromewebstore.google.com/detail/news-topic-blocker/moilhdaebcinkimmeagabpkobbpkgcnc
Description Googleのニューストピックを消す
File Size 6.23 KB
Installation Count 227
Current Version 1.0.0
Last Updated 2015-04-28
Publish Date 2015-04-27
Rating 4.53/5 Total 15 Ratings
Developer kk2011mar
Payment Type free
Extension Website http://heyhey.syoyu.net/
Help Page URL http://heyhey.syoyu.net/software/1addon1
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News-Topic-Blocker",
    "version": "1.0.0",
    "description": "Google\u306e\u30cb\u30e5\u30fc\u30b9\u30c8\u30d4\u30c3\u30af\u3092\u6d88\u3059",
    "icons": {
        "16": "icon\/Icon16.png",
        "48": "icon\/Icon48.png",
        "128": "icon\/Icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.co.jp\/*"
            ],
            "js": [
                "js\/sample.js"
            ],
            "run_at": "document_end"
        }
    ]
}