Hatena Keyword Remover

Removes Hatena Keyword Links and search keyword highlight

Cos'è Hatena Keyword Remover?

Hatena Keyword Remover è un'estensione di Chrome sviluppata da hideaki-t, e la sua funzione principale è "Removes Hatena Keyword Links and search keyword highlight".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hatena Keyword Remover

Scarica i file di estensione Hatena Keyword Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hatena Keyword Remover Hatena Keyword Remover
ID iokmfocejkdpkebpdbejaajmacdimhmd
URL Ufficiale https://chromewebstore.google.com/detail/hatena-keyword-remover/iokmfocejkdpkebpdbejaajmacdimhmd
Descrizione Removes Hatena Keyword Links and search keyword highlight
Dimensione del File 11.7 KB
Conteggio Installazioni 18
Versione Corrente 1.5
Ultimo Aggiornamento 2022-12-22
Data di Pubblicazione 2018-05-22
Sviluppatore hideaki-t
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hideaki-t/hkr
Lingue Supportate 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"
            ]
        }
    ]
}