Twitch Favorite Streamers

Always keep an eye on your favorite streamers. Choose your favorites and sort them!

Twitch Favorite Streamersคืออะไร?

Twitch Favorite Streamers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Repit และคุณลักษณะหลักของมันคือ "Always keep an eye on your favorite streamers. Choose your favorites and sort them!"

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

screenshot
screenshot

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

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

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

                        This extension lets you organize your favorite streamers so you can monitor them anytime you’re browsing the internet. You can also get notifications when they’re live!

To set it up, just connect to the extension using your Twitch account, and then go to the options to choose your favorites and sort them. 
To move your streamers, just drag and drop them from one list to another. 
Your favorite streamers will show up in the popup of the extension in the order you defined.

Enjoy !                    

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

ชื่อ Twitch Favorite Streamers Twitch Favorite Streamers
ID ejdopeebmefeldfgfnopoakgjahlpgki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-favorite-streamers/ejdopeebmefeldfgfnopoakgjahlpgki
คำอธิบาย Always keep an eye on your favorite streamers. Choose your favorites and sort them!
ขนาดไฟล์ 452 KB
จำนวนการติดตั้ง 601
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2023-09-13
วันที่เผยแพร่ 2021-09-01
คะแนน 4.40/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Repit
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://brokodairs.github.io/privacy-policy/twitch-favorite-streamers.html
ภาษาที่รองรับ en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Favorite Streamers",
    "description": "__MSG_manifestDescription__",
    "version": "1.3.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16.png",
        "32": ".\/images\/icon-32.png",
        "48": ".\/images\/icon-48.png",
        "128": ".\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": ".\/images\/icon-16.png",
            "32": ".\/images\/icon-32.png",
            "48": ".\/images\/icon-48.png",
            "128": ".\/images\/icon-128.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "identity",
        "notifications",
        "alarms"
    ],
    "default_locale": "en"
}