Twitch Links

Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!

ما هو Twitch Links؟

Twitch Links هو إضافة Chrome تم تطويرها بواسطة Shiboe، والميزة الرئيسية لها هي "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!".

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

screenshot

تحميل ملف CRX للإضافة Twitch Links

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

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

                        This extension monitors Twitch chat, saving all links posted in chat to a separate list. Clicking the Twitch Links icon will show all captured links, allowing you to easily view and click them without fighting the tide of new chat posts coming in. Links will only be shown for the currently open twitch window/tab, but will be read in the background for all active tabs. Enjoy!                    

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

الاسم Twitch Links Twitch Links
ID bdabfmaodlcecidafckneiiaodjakoho
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho
الوصف Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
حجم الملف 44.66 KB
عدد التثبيتات 696
النسخة الحالية 4.0.3
آخر تحديث 2022-07-15
تاريخ النشر 2019-05-22
تقييم 3.40/5 مجموع تقييمات 5
المطور Shiboe
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Links",
    "description": "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!",
    "version": "4.0.3",
    "icons": {
        "48": "images\/icon48.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/go.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "styles\/content.min.css"
            ],
            "js": [
                "scripts\/content.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ]
    },
    "web_accessible_resources": [],
    "permissions": [
        "activeTab",
        "background"
    ]
}