Hatena Keyword Remover

Removes Hatena Keyword Links and search keyword highlight

ما هو Hatena Keyword Remover؟

Hatena Keyword Remover هو إضافة Chrome تم تطويرها بواسطة hideaki-t، والميزة الرئيسية لها هي "Removes Hatena Keyword Links and search keyword highlight".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hatena Keyword Remover

قم بتنزيل ملفات الامتداد Hatena Keyword Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Hatena Keyword Remover Hatena Keyword Remover
ID iokmfocejkdpkebpdbejaajmacdimhmd
عنوان URL الرسمي https://chromewebstore.google.com/detail/hatena-keyword-remover/iokmfocejkdpkebpdbejaajmacdimhmd
الوصف Removes Hatena Keyword Links and search keyword highlight
حجم الملف 11.7 KB
عدد التثبيتات 18
النسخة الحالية 1.5
آخر تحديث 2022-12-22
تاريخ النشر 2018-05-22
المطور hideaki-t
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/hideaki-t/hkr
اللغات المدعومة 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"
            ]
        }
    ]
}