Hatena Keyword Remover

Removes Hatena Keyword Links and search keyword highlight

Was ist Hatena Keyword Remover?

Hatena Keyword Remover ist eine Chrome-Erweiterung, die von hideaki-t entwickelt wurde, und ihr Hauptmerkmal ist "Removes Hatena Keyword Links and search keyword highlight".

Erweiterungsscreenshots

screenshot

Hatena Keyword Remover-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hatena Keyword Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hatena Keyword Remover Hatena Keyword Remover
ID iokmfocejkdpkebpdbejaajmacdimhmd
Offizielle URL https://chromewebstore.google.com/detail/hatena-keyword-remover/iokmfocejkdpkebpdbejaajmacdimhmd
Beschreibung Removes Hatena Keyword Links and search keyword highlight
Dateigröße 11.7 KB
Installationsanzahl 18
Aktuelle Version 1.5
Letztes Update 2022-12-22
Veröffentlichungsdatum 2018-05-22
Entwickler hideaki-t
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/hideaki-t/hkr
Unterstützte Sprachen 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"
            ]
        }
    ]
}