FrameTube
Creates a frame of a youtube video.
Cos'è FrameTube?
FrameTube è un'estensione di Chrome sviluppata da Pataar, e la sua funzione principale è "Creates a frame of a youtube video.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FrameTube
Scarica i file di estensione FrameTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Popout your youtube video in a seperate frame. The frame is resizeable and can be placed anywhere on your screen. The frame will also play music videos that are not allowed to be embedded.
Informazioni di Base sull'Estensione
Nome | FrameTube |
ID | andkmlcecgmdmbjjjdhifnmjphndgmik |
URL Ufficiale | https://chromewebstore.google.com/detail/frametube/andkmlcecgmdmbjjjdhifnmjphndgmik |
Descrizione | Creates a frame of a youtube video. |
Dimensione del File | 17.85 KB |
Conteggio Installazioni | 1,772 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-09-26 |
Data di Pubblicazione | 2013-09-26 |
Valutazione | 4.50/5 Totale 14 Valutazioni |
Sviluppatore | Pataar |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FrameTube", "description": "Creates a frame of a youtube video.", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*", "tabs" ], "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon128.png" } } } |