Hatena Keyword Remover

Removes Hatena Keyword Links and search keyword highlight

Hatena Keyword Remover là gì?

Hatena Keyword Remover là một tiện ích mở rộng Chrome được phát triển bởi hideaki-t, và tính năng chính của nó là "Removes Hatena Keyword Links and search keyword highlight".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hatena Keyword Remover

Tải xuống các tệp mở rộng Hatena Keyword Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hatena Keyword Remover Hatena Keyword Remover
ID iokmfocejkdpkebpdbejaajmacdimhmd
URL Chính Thức https://chromewebstore.google.com/detail/hatena-keyword-remover/iokmfocejkdpkebpdbejaajmacdimhmd
Mô tả Removes Hatena Keyword Links and search keyword highlight
Kích Thước Tệp 11.7 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-12-22
Ngày Phát Hành 2018-05-22
Nhà Phát Triển hideaki-t
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hideaki-t/hkr
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}