Auto Scroll for TikTok Player

Auto scrolling videos in TikTok with full screen option

Auto Scroll for TikTok Player क्या है?

Auto Scroll for TikTok Player Undefined द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto scrolling videos in TikTok with full screen option"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Scroll for TikTok Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Chrome Extension allows you to view TikTok videos from your PC (Chrome Browser) in an endless loop, without need to select the next video with your mouse or keyboard.

When the "Auto-Play" view mode is enabled, the video is expanded to fit the browser. In full screen view (F11 key), the video is shown in full screen.

When the playlist ends, the application automatically restarts the tab and loads fresh videos and a new playlist. When the full screen view mode is enabled (F11 key), the video is also expanded to full screen.

Changelog: version 3.2.3 (19/09/2021 22:00)
Added new functions - keyboard shortcuts for play-pause (Space) and for show/disable comments (Ctrl). Also added keyboard shortcuts to scroll through the video (previous - arrows: left; up, next - arrows: right; down).

Changelog: version 3.2.4 (20/09/2021 16:40)
Fixed unexpected stop.

If you have any suggestions or usage issues please post this on the GitHub page: https://github.com/access/TikTok-Player-Auto-Scroll/issues                    

एक्सटेंशन की मूल जानकारी

नाम Auto Scroll for TikTok Player Auto Scroll for TikTok Player
ID dbmdglbpkackbphfbhikkadbmelgcjhf
आधिकारिक URL https://chromewebstore.google.com/detail/auto-scroll-for-tiktok-pl/dbmdglbpkackbphfbhikkadbmelgcjhf
विवरण Auto scrolling videos in TikTok with full screen option
फ़ाइल का आकार 1.78 MB
स्थापना संख्या 2,149
वर्तमान संस्करण 3.3.3
अंतिम अपडेट 2021-09-24
प्रकाशन तिथि 2021-09-04
रेटिंग 1.77/5 कुल 22 रेटिंग्स
डेवलपर Undefined
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Scroll for TikTok Player",
    "description": "Auto scrolling videos in TikTok with full screen option",
    "version": "3.3.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/content\/eventListener.js"
            ],
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": ".\/html\/popup.html",
        "default_icon": {
            "16": ".\/images\/icons\/16.png",
            "32": ".\/images\/icons\/32.png",
            "48": ".\/images\/icons\/48.png",
            "64": ".\/images\/icons\/64.png",
            "96": ".\/images\/icons\/96.png",
            "128": ".\/images\/icons\/128.png",
            "192": ".\/images\/icons\/192.png",
            "256": ".\/images\/icons\/256.png",
            "384": ".\/images\/icons\/384.png",
            "512": ".\/images\/icons\/512.png"
        }
    },
    "icons": {
        "16": ".\/images\/icons\/16.png",
        "32": ".\/images\/icons\/32.png",
        "48": ".\/images\/icons\/48.png",
        "128": ".\/images\/icons\/128.png"
    },
    "options_page": ".\/html\/options.html",
    "content_scripts": [
        {
            "js": [
                ".\/js\/lib\/jquery-3.6.0.min.js",
                ".\/js\/lib\/jquery.initialize.min.js",
                ".\/js\/content\/inject.js"
            ],
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}