Point Collector, for Twitch

Automatically collects channel points, even when in a different tab.

Point Collector, for Twitchคืออะไร?

Point Collector, for Twitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sauce และคุณลักษณะหลักของมันคือ "Automatically collects channel points, even when in a different tab."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Point Collector, for Twitch

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

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

                        Auto claims Twitch channel points on channels, even when in a different tab.
Auto clicks the Twitch bonus channel points button, even when in a different tab.

Please do not press the bonus points crate, allow the extension to automatically do it for you, this will avoid issues.

The video players must not be paused, but can be muted and quality set to low.

Works best with the "Video Ad-Block for Twitch" extension. Ads can stop this extension from working correctly.

Total points earned per hour for a non-sub is 320, per channel.
Subscriber Tier 1 = 344 total points per hour.
Subscriber Tier 2 = 368 total points per hour.
Subscriber Tier 3 = 440 total points per hour.


The extension code is opensource and can be looked at here:

https://github.com/saucettv/PointCollectorForTwitch


Permissions: We ask for the Twitch URL permission so that we can put the content script into it.


If you would like to support the dev/author, you can via the Paypalme link:

https://paypal.me/ttvadblock

Or you can contribute via crypto:

https://commerce.coinbase.com/checkout/f289396a-e426-4b23-8daf-1ca9887fe2be



DISCLAIMER OF LIABILITY: The author of this extension specifically DISCLAIMS LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES and assumes no responsibility or liability for any loss or damage suffered by any person, company, corporation, service or subsidiary as a result of the use or misuse of the browser extension. The author assumes or undertakes NO LIABILITY for any loss or damage suffered as a result of the use, misuse or reliance on the browser extension. By using the browser extension you, the user accept full responsibility for any loss, damage or harm that may be caused by your use of the browser extension.                    

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

ชื่อ Point Collector, for Twitch Point Collector, for Twitch
ID ankilmhflmakocadghdngajcmnnnjjpa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/point-collector-for-twitc/ankilmhflmakocadghdngajcmnnnjjpa
คำอธิบาย Automatically collects channel points, even when in a different tab.
ขนาดไฟล์ 47.84 KB
จำนวนการติดตั้ง 318
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-07-13
วันที่เผยแพร่ 2021-07-12
ผู้พัฒนา sauce
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://paypal.me/ttvadblock
URL หน้าช่วยเหลือ https://paypal.me/ttvadblock
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automatically collects channel points, even when in a different tab.",
    "manifest_version": 2,
    "name": "Point Collector, for Twitch",
    "version": "1.0",
    "icons": {
        "48": "icons\/ttv-48.png",
        "96": "icons\/ttv-96.png"
    },
    "permissions": [
        "https:\/\/*.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ]
}