Streamheroes

Chrome extension for additional features on twitch in connection to the collectible card game https://streamheroes.gg

Streamheroesคืออะไร?

Streamheroes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย streamheroes และคุณลักษณะหลักของมันคือ "Chrome extension for additional features on twitch in connection to the collectible card game https://streamheroes.gg"

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

screenshot

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

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

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

                        Features
Show you are a member of the Streamheroes family with a special badge visible in Twitch chat (show icon)
See which Streamheroes streamers are live on Twitch
Check out Streamheroes card sets in the Twitch streamer profile

Links

All FAQs https://app.streamheroes.gg/page/faq

Streamheroes cards & all other goodies can be found here https://app.streamheroes.gg/card-shop

As a streamer, creating your own card set has never been easier https://app.streamheroes.gg/card-tool


Use your Streamheroes coins to unlock the Streamheroes card collection https://app.streamheroes.gg/collections/streamheroes


Show your support for Streamheroes and become a Streamheroes pro
https://app.streamheroes.gg/supporter 

Check out our Discord and join the discussion: https://discord.com/invite/WJE6b8M

Need any help? Our support team is glad to help: https://help.streamheroes.gg/hc/en-us/requests/new                    

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

ชื่อ Streamheroes Streamheroes
ID fibcoefnefcolkjjkjeamcokohnjbagp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/streamheroes/fibcoefnefcolkjjkjeamcokohnjbagp
คำอธิบาย Chrome extension for additional features on twitch in connection to the collectible card game https://streamheroes.gg
ขนาดไฟล์ 60.91 KB
จำนวนการติดตั้ง 4,875
เวอร์ชันปัจจุบัน 0.0.15
อัปเดตครั้งล่าสุด 2022-03-16
วันที่เผยแพร่ 2020-05-13
คะแนน 4.40/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา streamheroes
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://streamheroes.gg
URL หน้าช่วยเหลือ https://help.streamheroes.gg/hc/en-us/requests/new
URL หน้านโยบายความเป็นส่วนตัว https://streamheroes.gg/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Streamheroes",
        "default_popup": "index.html"
    },
    "name": "Streamheroes",
    "version": "0.0.15",
    "description": "Chrome extension for additional features on twitch in connection to the collectible card game https:\/\/streamheroes.gg",
    "icons": {
        "128": "images\/sh-icon-128x128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "cookies",
        "*:\/\/*.twitch.tv\/*",
        "https:\/\/id.twitch.tv\/oauth2\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "jquery-3.4.1.min.js",
                "streamheroes.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmsN8s19m7qqpAVsiso1iuyYg5QF+yH55oJnzrbt9Hxm\/f8iN2KLhZ3ai1SRHAZAzs4jEbPjFgay7cD01kVTWImd7rSnk6tAeyNM2n1\/pLTNXUjSS+eRp5p\/RrXUSO8QSdpeUrqMAPA8ErUY1OrLGHkh3uQnkYcla\/CqHIncTHA8XeK4xO4DlaCwLwSnHVp47y5\/rkE3sGw82MRj48MYGQ+LlDranzCdqtXXTl9+HurwTnJtN5N0BSm1+CV0GJf3YErS59X3m6fVOrEXT11HBYbZNir7JT3D2qzmzeWBIzfonPpt+zXFKmSfhDr0qkdN+2gBGiXWBq4tk\/j8pyl7LwwIDAQAB",
    "web_accessible_resources": [
        "images\/*"
    ]
}