Looper for Youtube 2.0

Auto replay videos with only ONE-CLICK on unlimited loop ➿

Looper for Youtube 2.0คืออะไร?

Looper for Youtube 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย V & G และคุณลักษณะหลักของมันคือ "Auto replay videos with only ONE-CLICK on unlimited loop ➿"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Looper for Youtube 2.0

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

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

                        ⬇️ Easy to set up ⬇️:

1. Install and pin 📌 the extension.
2. Press the loop button ➰ behind the video to turn on/off auto-play.
3. Or click the keyboard shortcut 'P' to start the loop.
4. Set "&loop=10" in the URL to start the loop 10 times.
5. Set "&start=00:10&end=01:00" to start loop from 10s to 1 min.


✨ Features ✨

1. Default auto-loop on every video. ➿
2. Set loop in a portion/range. 
3. Set a value in the URL for the times you want to replay 🔂 the video.
​​4. Continue to play a whole playlist for loop number of times. ♾

Press one button, to play a video/playlist and set it to  repeat itself infinitely.                    

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

ชื่อ Looper for Youtube 2.0 Looper for Youtube 2.0
ID ajlejfdclldnlbfemhomgoainocgjpmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/looper-for-youtube-20/ajlejfdclldnlbfemhomgoainocgjpmb
คำอธิบาย Auto replay videos with only ONE-CLICK on unlimited loop ➿
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-02-18
วันที่เผยแพร่ 2022-10-03
คะแนน 4.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา V & G
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "name": "Looper for Youtube 2.0",
    "description": "Auto replay videos with only ONE-CLICK on unlimited loop \u27bf",
    "version": "2.0.2",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "inject_style.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; img-src data: chrome-extension: http:\/\/*.gstatic.com https:\/\/*.gstatic.com https:\/\/*.facebook.com https:\/\/*.twitter.com; style-src 'self' 'unsafe-inline'; frame-src https:\/\/*.google.com https:\/\/*.facebook.com https:\/\/facebook.com http:\/\/*.facebook.com http:\/\/*.twitter.com https:\/\/*.twitter.com; object-src 'self'; connect-src https:\/\/*.twitter.com"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/*",
                "options.html",
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    }
}