Hatena Keyword Remover

Removes Hatena Keyword Links and search keyword highlight

Vad är Hatena Keyword Remover?

Hatena Keyword Remover är en Chrome-tillägg utvecklad av hideaki-t, och dess huvudfunktion är "Removes Hatena Keyword Links and search keyword highlight".

Tilläggsskärmbilder

screenshot

Ladda ner Hatena Keyword Remover-förlängningens CRX-fil

Ladda ner Hatena Keyword Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Hatena Keyword Remover Hatena Keyword Remover
ID iokmfocejkdpkebpdbejaajmacdimhmd
Officiell webbadress https://chromewebstore.google.com/detail/hatena-keyword-remover/iokmfocejkdpkebpdbejaajmacdimhmd
Beskrivning Removes Hatena Keyword Links and search keyword highlight
Filstorlek 11.7 KB
Antal Installationer 18
Aktuell Version 1.5
Senast Uppdaterad 2022-12-22
Publiceringsdatum 2018-05-22
Utvecklare hideaki-t
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/hideaki-t/hkr
Stödda Språk 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"
            ]
        }
    ]
}