Twitch Resizer

Move and resize chat, video, and follower boxes

Τι είναι το Twitch Resizer;

Το Twitch Resizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andre Bradshaw, και η κύρια λειτουργία του είναι "Move and resize chat, video, and follower boxes".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twitch Resizer

Λήψη αρχείων επέκτασης Twitch Resizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension allows users to pop out the chat and video elements into movable and resizable boxes so you can interact with the views in your desired visual format.

Deleted chats are automatically added back to chat and shown as strike-through text.

Unicode emote options. Clicking the eggplant icon will create a small text area where users can search for Unicode emote characters. Clicking the character will copy it to your clipboard.

Version 2.14 updates:
1) Bug fixes

Version 2.12 updates:
1) Video Pop out is rebuilt and allows multiple streams at once and can be popped out of the window.
2) Chat pop-outs are now available for all followed channels
3) Pop-out followed panel is disabled

Version 1.46 updates:
1) minor bug fixes
2) disabled ad blocking

Version 1.45 updates:
1) auto-fix Twitch's broken link issue where links are fragmented if they contain non-standard URI.
2) minor bug fixes

Version 1.43 updates:
1) added a resize to the top of the video container for when the video resize icon is hidden at the bottom. This occurs when you are on a large and or wide high resolution screen.
2) minor bug fixes
3) ad blocking

Version 1.31 updates:
1) Unicode emote options. Clicking the eggplant icon will create a small textarea where users can search for unicode emote characters. Clicking the character will copy it to your clipboard. 
2) Usernames with a color similar to the chat window background are changed to green and given a lower font weight.

Version 1.21 updates:
1) Users are given pop-out icons as options to convert the element into a moveable and resizable component.
2) Deleted chats are now automatically shown as strike-through text.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitch Resizer Twitch Resizer
ID jhgfadmgilpbelkbljenmepoldcokoep
Επίσημο URL https://chromewebstore.google.com/detail/twitch-resizer/jhgfadmgilpbelkbljenmepoldcokoep
Περιγραφή Move and resize chat, video, and follower boxes
Μέγεθος Αρχείου 146 KB
Αριθμός Εγκαταστάσεων 65
Τρέχουσα Έκδοση 2.14
Τελευταία Ενημέρωση 2022-09-23
Ημερομηνία Δημοσίευσης 2021-11-29
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Andre Bradshaw
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Resizer",
    "version": "2.14",
    "description": "Move and resize chat, video, and follower boxes",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/gql.twitch.tv\/gql",
        "https:\/\/usher.ttvnw.net\/*\/*",
        "https:\/\/video-weaver.atl01.hls.ttvnw.net\/*\/*"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}