Hatena Keyword Remover

Removes Hatena Keyword Links and search keyword highlight

Qu'est-ce que Hatena Keyword Remover ?

Hatena Keyword Remover est une extension Chrome développée par hideaki-t, et sa fonction principale est "Removes Hatena Keyword Links and search keyword highlight".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hatena Keyword Remover

Téléchargez les fichiers d'extension Hatena Keyword Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hatena Keyword Remover Hatena Keyword Remover
ID iokmfocejkdpkebpdbejaajmacdimhmd
URL Officiel https://chromewebstore.google.com/detail/hatena-keyword-remover/iokmfocejkdpkebpdbejaajmacdimhmd
Description Removes Hatena Keyword Links and search keyword highlight
Taille du Fichier 11.7 KB
Nombre d'Installations 18
Version Actuelle 1.5
Dernière Mise à Jour 2022-12-22
Date de Publication 2018-05-22
Développeur hideaki-t
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/hideaki-t/hkr
Langues Prises en Charge 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"
            ]
        }
    ]
}