HD, Replay, Popout for YouTube™
Make YouTube videos automatically play in HD, Repeat YouTube videos automatically, and Open any YouTube video in a popout window.
什麼是HD, Replay, Popout for YouTube™?
HD, Replay, Popout for YouTube™是由Smart Software開發的Chrome擴展程式,該擴展的主要功能是“Make YouTube videos automatically play in HD, Repeat YouTube videos automatically, and Open any YouTube video in a popout window.”。
擴展截圖
下載HD, Replay, Popout for YouTube™擴展crx文件
下載HD, Replay, Popout for YouTube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Make YouTube videos automatically play in HD. and Repeat YouTube videos automatically.
*Auto HD feature
Forces YouTube to play HD quality all the time. Never see a bad low quality movie anymore.
Automatically loads HD version of YouTube videos.
*Open any YouTube video in a popout window.
*Auto Replay feature
Repeat YouTube videos automatically. Intuitive and easy to use.
Published the extension since 2014
Updated to the manifest v3 in December 2023                     擴展基本資訊
| 名稱 |   |  
| ID | oabcncpmomlmkkeagpphpfncjdmmnipk | 
| 官方網址 | https://chromewebstore.google.com/detail/hd-replay-popout-for-yout/oabcncpmomlmkkeagpphpfncjdmmnipk | 
| 簡介 | Make YouTube videos automatically play in HD, Repeat YouTube videos automatically, and Open any YouTube video in a popout window. | 
| 檔案大小 | 40.03 KB | 
| 安裝次數 | 3,107 | 
| 目前版本 | 1.0.1.7 | 
| 更新時間 | 2023-12-12 | 
| 上架時間 | 2020-04-16 | 
| 評分 | 4.25/5 共 88 次評分 | 
| 開發者 | Smart Software | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 隱私政策頁面URL | http://iblogbox.com/chrome/tos.php | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png",
        "72": "images\/72.png"
    },
    "action": {
        "default_icon": "images\/128.png",
        "default_title": "__MSG_ext_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [],
            "js": [
                "js\/youtube.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/youtubescript.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "name": "__MSG_ext_name__",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "1.0.1.7"
}  |  |