Hatena Keyword Remover

Removes Hatena Keyword Links and search keyword highlight

Hatena Keyword Removerとは何ですか?

Hatena Keyword Removerはhideaki-tによって開発されたChromeの拡張機能で、その主な機能は「Removes Hatena Keyword Links and search keyword highlight」です。

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

screenshot

Hatena Keyword Remover拡張機能のCRXファイルをダウンロード

Hatena Keyword Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension removes Hatena keyword links automatically. Also removes search keyword highlight.

IMPORTANT: to support custom domains, this extension cannot limit target domains anymore.

source code: https://github.com/hideaki-t/hkr

Version history
2022-12-21 1.5 repackage with manifest v3
2013-06-14 1.4 add support for custom domains on Hatena Blog Pro.
2011-12-18 1.3 add other hatenablog domains to auto remove URL list.
 (http://*.hateblo.jp/*, http://*.hatenadiary.com/*, http://*.hatenadiary.jp/*)
2011-12-18 1.2 add http://*.hatenablog.com/ to auto remove URL list.
2011-02-21 1.1 add http://*.hatelabo.jp/ to auto remove URL list.                    

拡張機能の基本情報

名前 Hatena Keyword Remover Hatena Keyword Remover
ID iokmfocejkdpkebpdbejaajmacdimhmd
公式URL https://chromewebstore.google.com/detail/hatena-keyword-remover/iokmfocejkdpkebpdbejaajmacdimhmd
説明 Removes Hatena Keyword Links and search keyword highlight
ファイルサイズ 11.7 KB
インストール数 18
現在のバージョン 1.5
最終更新日 2022-12-22
公開日 2018-05-22
開発者 hideaki-t
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/hideaki-t/hkr
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hatena Keyword Remover",
    "version": "1.5",
    "description": "Removes Hatena Keyword Links and search keyword highlight",
    "icons": {
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ]
        }
    ]
}