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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}