YouTube Popup Loop

Play & Loop YouTube Videos in Popup window.

什麼是YouTube Popup Loop?

YouTube Popup Loop是由Hiroki Nomoto開發的Chrome擴展程式,該擴展的主要功能是“Play & Loop YouTube Videos in Popup window.”。

下載YouTube Popup Loop擴展crx文件

下載YouTube Popup Loop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 YouTube Popup Loop YouTube Popup Loop
ID bpepmknodhihghiopghommakgmalldna
官方網址 https://chrome.google.com/webstore/detail/youtube-popup-loop/bpepmknodhihghiopghommakgmalldna
簡介 Play & Loop YouTube Videos in Popup window.
檔案大小 45.21 KB
安裝次數 15
目前版本 1.4
更新時間 2015-09-09
上架時間 2015-09-09
開發者 Hiroki Nomoto
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_description__",
    "version": "1.4",
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_19.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery-2.1.4.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery-2.1.4.min.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com; object-src 'self'"
}