Automatic Twitch: Drops, Moments and Points

Extension automatically claims Drops, Channel Points and Moments on Twitch, and also adds many other features!

Automatic Twitch: Drops, Moments and Points là gì?

Automatic Twitch: Drops, Moments and Points là một tiện ích mở rộng Chrome được phát triển bởi https://ebnull.org, và tính năng chính của nó là "Extension automatically claims Drops, Channel Points and Moments on Twitch, and also adds many other features!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automatic Twitch: Drops, Moments and Points

Tải xuống các tệp mở rộng Automatic Twitch: Drops, Moments and Points dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Automatic Twitch improves your experience on twitch.tv by taking care of most of the tedious and repetitive tasks.
Now also tracks events such as Predictions and Raids!

Key features:
• Automatically claims Drops, Moments and Channel Points.
• Saves claims history and statistics.
• Preserves the history of participation in Raids and Predictions.
• Flexibly customizable alerts about events and claims.
• Automatic cancellation of the transition to the Raided channel.
• Opening the Predictions menu in a popup window on top of the video player.
• Displaying a preview image of a stream when hovering over channels in the sidebar menu.
• Hides Twitch extensions overlaid on the video player.
• Changes the tab icon to visually identify a running stream.
• Prevents video stream playback from being stopped in hidden tabs.
• Automatic restart of the player in case of playback errors.
• Automatic playback start in hidden tabs.
• Prevents discarding inactive tabs.

Why Auto Twitch:
• Does not require any setup for basic features, but provides additional customizable features for power users.
• Does not conflict with other extensions, such as BetterTTV.
• Does not rely on the UI, but uses the internal APIs of the Twitch site, no need to open chat or press any buttons.
• Uses a unique system of detailed alerts, with their storing in history and synchronization between your browsers.
• Claims Drops, Moments and Channel Points as soon as they become available.
• Provides a well-thought-out user interface of the extension window.
• Contains a built-in Help section with detailed information on limits and restrictions.
• Constantly maintained and updated with new features requested by the community.

Check out the Discord server — https://discord.gg/DzWG3Xs9mC
Help with translation into your language — https://crwd.in/automatic-twitch
Support the development on Patreon — https://www.patreon.com/ebnull

This extension works in all browsers except Firefox and Safari.
You can install it by opening this page in:
• Chrome
• Opera (GX)
• Edge
• Brave
• Yandex

The extension claims only Drops, Moments and Channel Points that you have earned for watching, it does not allow you to increase their number dishonestly or receive rewards without watching content.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automatic Twitch: Drops, Moments and Points Automatic Twitch: Drops, Moments and Points
ID kfhgpagdjjoieckminnmigmpeclkdmjm
URL Chính Thức https://chromewebstore.google.com/detail/automatic-twitch-drops-mo/kfhgpagdjjoieckminnmigmpeclkdmjm
Mô tả Extension automatically claims Drops, Channel Points and Moments on Twitch, and also adds many other features!
Kích Thước Tệp 941 KB
Số Lần Cài Đặt 647,329
Phiên Bản Hiện Tại 1.6.2
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2020-11-20
Đánh Giá 4.17/5 Tổng số 1846 Đánh Giá
Nhà Phát Triển https://ebnull.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://ebnull.org/privacy
Ngôn Ngữ Được Hỗ Trợ en,es,pl,pt-BR,ru,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "75",
    "default_locale": "en",
    "author": "EbNull",
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_title__",
    "description": "__MSG_extension_descr__",
    "version": "1.6.2",
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.twitchcdn.net\/*",
        "*:\/\/*.ttvnw.net\/*"
    ],
    "icons": {
        "16": "icon\/appicon_16.png",
        "48": "icon\/appicon_48.png",
        "128": "icon\/appicon_128.png",
        "256": "icon\/appicon_256.png"
    },
    "browser_action": {
        "default_title": "__MSG_extension_title__",
        "default_icon": {
            "19": "icon\/actions\/action_19_enabled.png",
            "38": "icon\/actions\/action_38_enabled.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/deps\/ext-storage-manager.min.js",
            "js\/deps\/ext-auto-inject.min.js",
            "js\/deps\/ebnull-notifier.min.js",
            "js\/deps\/ext-single-page-opener.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/player.twitch.tv\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/deps\/ext-storage-manager.min.js",
                "js\/deps\/ext-auto-inject.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "icon\/*"
    ],
    "content_security_policy": "script-src 'self' blob: filesystem: https:\/\/translate.google.com\/ https:\/\/*.googleapis.com\/ 'sha256-eVzrNv8f3FKjQhflSMC3+yFtNdThPi+cT+245HpcDV0='; object-src 'self'"
}