NonStop YouTube™

YouTube running non stop No video paused continue watching, No video ads

NonStop YouTube™คืออะไร?

NonStop YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.downloadhub.cloud และคุณลักษณะหลักของมันคือ "YouTube running non stop No video paused continue watching, No video ads"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NonStop YouTube™

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

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

                        By hearing the name, you understand what this extension does. If you don't understand then let me tell you this extension helps you to play your YouTube videos non stop. Many times you will see that the YouTube video stops automatically after watching, so this extension helps to keep the video running one after the other with the help of this extension. Moreover, this extension also blocks various advertisements on YouTube. Helps to skip YouTube videos ads with YouTube running nonstop.

With this extension you can watch any of your YouTube videos one after the other without any advertisements. With the help of this extension, YouTube videos will continue to play one after the other without stopping. No ads will show until you close. Using this extension is very easy as soon as the extension is installed the extension starts its work.There is no premium version of the extension, this is the only version that is available for everyone.With the help of the extension you will get rid of various banner ads on your YouTube.

 [+] The extension removes ads from YouTube videos.
 [+] You can watch YouTube videos one after the other without any interruption.
 [+] Your youtube videos will play non stop.
 [+] It is very easy to use.
 [+] Many times we get away with playing a playlist of some song on YouTube and then the YouTube video stops playing after a while. 
 [+] This extension helps to keep the playlist of songs running all the time.                    

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

ชื่อ NonStop YouTube™ NonStop YouTube™
ID opgenniblhhdkjigheleehipgeidionm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nonstop-youtube/opgenniblhhdkjigheleehipgeidionm
คำอธิบาย YouTube running non stop No video paused continue watching, No video ads
ขนาดไฟล์ 74.5 KB
จำนวนการติดตั้ง 9,746
เวอร์ชันปัจจุบัน 4.2
อัปเดตครั้งล่าสุด 2023-02-14
วันที่เผยแพร่ 2022-11-07
คะแนน 2.94/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://www.downloadhub.cloud
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.downloadhub.cloud/2022/10/nonstopyoutube.html
URL หน้านโยบายความเป็นส่วนตัว https://www.downloadhub.cloud/p/privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "css": [
                "content-style.css"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ],
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2022\/10\/nonstopyoutube.html",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "activeTab",
        "storage",
        "declarativeContent"
    ],
    "short_name": "nonstop",
    "version": "4.2"
}