Auto Replay for YouTube™

Automatically repeat your favourite YouTube video.

Auto Replay for YouTube™คืออะไร?

Auto Replay for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lynn และคุณลักษณะหลักของมันคือ "Automatically repeat your favourite YouTube video."

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

screenshot

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

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

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

                        Auto Replay for YouTube™ is an extension that allows you to automatically repeat your favorite YouTube video.

This extension also allows you to automatically start and end a YouTube video at custom time slots. To disable the auto loop, please open the toolbar popup and press the - N - button (normal playback). Please note that for the auto loop to work, the current video needs to come to an end (or a custom end time slot). This extension applies the loop setting for all YouTube videos open in tabs. Therefore, it is recommended to open YouTube in one tab only while this addon is active.

To report bugs, please use the addon's homepage (https://mybrowseraddon.com/youtube-auto-loop.html) and fill out the bug report form.                    

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

ชื่อ Auto Replay for YouTube™ Auto Replay for YouTube™
ID dfnieiocloiidjeeklhlbopolajipjac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-replay-for-youtube/dfnieiocloiidjeeklhlbopolajipjac
คำอธิบาย Automatically repeat your favourite YouTube video.
ขนาดไฟล์ 74.17 KB
จำนวนการติดตั้ง 960
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2023-09-09
วันที่เผยแพร่ 2018-06-13
คะแนน 1.15/5 รวมทั้งหมด 198 คะแนน
ผู้พัฒนา Lynn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/youtube-auto-loop.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/youtube-auto-loop.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "name": "Auto Replay for YouTube\u2122",
    "homepage_url": "https:\/\/mybrowseraddon.com\/youtube-auto-loop.html",
    "description": "Automatically repeat your favourite YouTube video.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "data\/content_script\/page_context\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Auto Replay for YouTube\u2122",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "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"
    }
}