Twitch Lurker

Always support your favorite streamer by automatically pulling up their stream when they go live.

Twitch Lurkerคืออะไร?

Twitch Lurker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mikeyaworski และคุณลักษณะหลักของมันคือ "Always support your favorite streamer by automatically pulling up their stream when they go live."

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

screenshot
screenshot
screenshot

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

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

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

                        Support your favorite Twitch streamers by automatically lurking in their stream when they go live.

Twitch Lurker allows you to build a list of favorites based on who you follow and open up muted tabs of their stream as soon as they go live.

IMPORTANT: You must have tabs already open with the Twitch player running in order for you to count as a viewer in their viewer count. If the extension loads a new tab with a stream, it won't count you as a viewer until you open the tab and load the player yourself.

***

How to use the extension:
1) Download/Install from the store or sideload it in your browser
2) Login with OAuth so we can pull your follow list (don't worry, we don't collect any of your info)
3) Click the stars next to channels in your following list to mark them as Favorites
4) Order your Favorites list to your liking (the higher in the list, the higher their priority over other Favorites)
5) Open two tabs with live streams
6) You are now supporting your favorite content creators and gaining free channel points!

If you would like to support this extension feel free to hit the "buy me a coffee" button in the extension or drop me Twitch Prime sub @ twitch.tv/ErianasVow .

It'd help me a lot and all proceeds go to further development of the extension!

***

If you'd like to view or contribute to the source code: https://github.com/mikeyaworski/Twitch-Lurker                    

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

ชื่อ Twitch Lurker Twitch Lurker
ID fkjghajhfjamfjcmdkbangbeogbagnjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-lurker/fkjghajhfjamfjcmdkbangbeogbagnjf
คำอธิบาย Always support your favorite streamer by automatically pulling up their stream when they go live.
ขนาดไฟล์ 785 KB
จำนวนการติดตั้ง 2,069
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2024-01-20
วันที่เผยแพร่ 2021-08-16
คะแนน 4.63/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา mikeyaworski
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mikeyaworski/Twitch-Lurker
URL หน้าช่วยเหลือ https://github.com/mikeyaworski/Twitch-Lurker/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Lurker",
    "description": "Always support your favorite streamer by automatically pulling up their stream when they go live.",
    "version": "2.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background-script-bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "identity",
        "storage",
        "unlimitedStorage",
        "notifications",
        "contextMenus",
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/*.twitch.tv\/*",
        "https:\/\/*.kick.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}