YouTube Popup Loop
Play & Loop YouTube Videos in Popup window.
Wat is YouTube Popup Loop?
YouTube Popup Loop is een Chrome-extensie ontwikkeld door Hiroki Nomoto, en de belangrijkste functie is "Play & Loop YouTube Videos in Popup window.".
Download het CRX-bestand van de extensie YouTube Popup Loop
Download YouTube Popup Loop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | bpepmknodhihghiopghommakgmalldna |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-popup-loop/bpepmknodhihghiopghommakgmalldna |
Beschrijving | Play & Loop YouTube Videos in Popup window. |
Bestandsgrootte | 45.21 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2015-09-09 |
Publicatiedatum | 2015-09-09 |
Ontwikkelaar | Hiroki Nomoto |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |