AutoTube - YouTube nonstop

Bypass the annoying 'you still there?' popup message and keep YouTube running nonstop!

AutoTube - YouTube nonstop क्या है?

AutoTube - YouTube nonstop https://moekanan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bypass the annoying 'you still there?' popup message and keep YouTube running nonstop!"।

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

screenshot
screenshot
screenshot

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

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

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

                        AutoTube keeps YouTube running and auto-skip to the next video on the list 🔥

**NEW UPDATES**
🔥Version 1.7.2
- Fixed a minor bug for auto-skip

🔥Version 1.7.1
- Added back the auto shuffle/loop and implemented a custom functionality to fix and override the default YouTube shuffle/loop buttons. Check out the extensions popup window for more info.

🔥Version 1.7.0
- Disabled auto-loop and auto-shuffle until YouTube fixes their APIs

🔥Version 1.6.5
- Fixes for auto-loop and auto-shuffle

🔥Version 1.6.0
- Added Auto-click feature for the loop & shuffle buttons (only works in a playlist)
- minor bug fixes and improvements

🔥Version 1.5.7
- Auto-skip feature improvement
- When Auto-skip is disabled, it will disable the default YouTube auto-play feature and will NOT skip to the next video.
- When Auto-skip is enabled, it will automatically skip to the next video right away.
- minor bug fixes

🔥Version 1.5.5
- minor bug fixes
- Live updates/messages section
- fixed auto-skip minor toggle bug
- No need to close all YouTube tabs anymore before installing the extension 

🔥Version 1.5.2
- various bug fixes and improvements
- added an option to toggle on/off the auto-skip feature
- fixed random confirmation toast that appears on the bottom left
- fixed the random pause bug
- works on YouTube and YouTube Music
- refactored 75% of the code 
- videos will play forever 🏃‍♂️

**SUPPORT**
If you have any questions, feedback, ideas and suggestions, please reach out to:
✅ [email protected]

If you enjoy using this extension, you can help keep it running nonstop :)
💖 https://paypal.me/moekanan

**hash tags**
#YouTube #video #player #running #nonstop #music #stream #skip #screen #free                    

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

नाम AutoTube - YouTube nonstop AutoTube - YouTube nonstop
ID egobelhdffdoidcnhpgkngoghpiebial
आधिकारिक URL https://chromewebstore.google.com/detail/autotube-youtube-nonstop/egobelhdffdoidcnhpgkngoghpiebial
विवरण Bypass the annoying 'you still there?' popup message and keep YouTube running nonstop!
फ़ाइल का आकार 15.55 KB
स्थापना संख्या 166,603
वर्तमान संस्करण 1.7.2
अंतिम अपडेट 2021-04-14
प्रकाशन तिथि 2020-06-26
रेटिंग 3.21/5 कुल 220 रेटिंग्स
डेवलपर https://moekanan.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoTube - YouTube nonstop",
    "version": "1.7.2",
    "description": "Bypass the annoying 'you still there?' popup message and keep YouTube running nonstop!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*",
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}