REKKITZ+

Improved Nimo.tv interface, with less visual clutter and improvements.

REKKITZ+คืออะไร?

REKKITZ+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devkurabiye และคุณลักษณะหลักของมันคือ "Improved Nimo.tv interface, with less visual clutter and improvements."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย REKKITZ+

ดาวน์โหลดไฟล์ส่วนขยาย REKKITZ+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It cleans the visual crowd on NimoTV and offers the user a simpler design, as well as features such as tagging the user, reducing the crowd of messages in the chat.

It based on NimoTV Plus and BNTV extension.

Changelog 0.4.4:
- Extension improved by NimoTV's new design.
- Bugfixes for new NimoTV design.

Features:
- Removed the top search recommendations.
- Removed followers messages in chat.
- Changed popularity icon from people to star.
- Improved user tagging features in chat.
- Support for BNTV emotes. Added both usage types of emotes. e.g. KEKW or :KEKW: 
- Added emote mentions with semicolon ":". E.g. :KEKW
- Added BNTV emotes into emotes section with search bar.
- Added user mentions with "@". e.g. @dev...
- Added settings menu for hiding gifs, followers messages etc.
- Improved streamer and moderator icons.
- Added new REKKITZ+ Watcher for live stream notifications (beta feature).
- Added full screen emote and name mentions.
- Added hiding badges feature in chat.
- Added frequently used emotes.
- Added stream live time counter.
- Added clip download button and playback speed rate controls.
- Added highlighting links in chat messages.
- Added chat history for chatbox input.
- Improved dark mode colors.

Credits
- Nimo.tv Plus: https://github.com/Capelinha/nimo-clean-layout
- BNTV: https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg
- Thanks to Kn0ax (https://github.com/Kn0ax) for video source feed information.

Source Code:
https://github.com/ramazanyigit/better-nimo-plus                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ REKKITZ+ REKKITZ+
ID jidjocdchokabfoljbhpdiejiddilnop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rekkitz+/jidjocdchokabfoljbhpdiejiddilnop
คำอธิบาย Improved Nimo.tv interface, with less visual clutter and improvements.
ขนาดไฟล์ 242 KB
จำนวนการติดตั้ง 1,376
เวอร์ชันปัจจุบัน 0.4.4
อัปเดตครั้งล่าสุด 2022-03-08
วันที่เผยแพร่ 2022-01-12
คะแนน 4.96/5 รวมทั้งหมด 139 คะแนน
ผู้พัฒนา devkurabiye
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ramazanyigit/better-nimo-plus
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.4.4",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.nimo.tv\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.nimo.tv\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "rkzplus\/lib\/mentionify.js",
                "rkzplus\/core.js",
                "rkzplus\/streamer.js",
                "rkzplus\/appearance.js",
                "rkzplus\/mention.js",
                "rkzplus\/timer.js",
                "rkzplus\/user.js",
                "rkzplus\/chat.js",
                "rkzplus\/emote.js",
                "rkzplus\/settings.js",
                "rkzplus\/settings-menu.js",
                "script.js"
            ]
        }
    ],
    "optional_permissions": [
        "background",
        "notifications",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "rkzplus\/lib\/browser-detect.js",
            "rkzplus\/watcher-constants.js",
            "background-source-feed.js",
            "background-watcher.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/mod_icon.png",
        "images\/admin_icon.png"
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}