YouTube Popup Loop
Play & Loop YouTube Videos in Popup window.
What is YouTube Popup Loop?
YouTube Popup Loop is a Chrome extension developed by Hiroki Nomoto, and its main feature is "Play & Loop YouTube Videos in Popup window.".
Download YouTube Popup Loop Extension CRX File
Download YouTube Popup Loop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | bpepmknodhihghiopghommakgmalldna |
Official URL | https://chrome.google.com/webstore/detail/youtube-popup-loop/bpepmknodhihghiopghommakgmalldna |
Description | Play & Loop YouTube Videos in Popup window. |
File Size | 45.21 KB |
Installation Count | 15 |
Current Version | 1.4 |
Last Updated | 2015-09-09 |
Publish Date | 2015-09-09 |
Developer | Hiroki Nomoto |
Payment Type | free |
Supported Languages | 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'" } |