Video Expand
Expands YouTube videos to fill your web browser window.
Cos'è Video Expand?
Video Expand è un'estensione di Chrome sviluppata da Awesome, e la sua funzione principale è "Expands YouTube videos to fill your web browser window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video Expand
Scarica i file di estensione Video Expand 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
Informazioni di Base sull'Estensione
Nome | Video Expand |
ID | nipckkeelhekmngnbhhdkakjjlfkilpc |
URL Ufficiale | https://chromewebstore.google.com/detail/video-expand/nipckkeelhekmngnbhhdkakjjlfkilpc |
Descrizione | Expands YouTube videos to fill your web browser window. |
Dimensione del File | 8.81 KB |
Conteggio Installazioni | 393 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-05-13 |
Data di Pubblicazione | 2016-05-13 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | Awesome |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Expand", "version": "1.0", "description": "Expands YouTube videos to fill your web browser window.", "icons": { "16": "icons\/icon_16x16.png", "48": "icons\/icon_48x48.png", "128": "icons\/icon_128x128.png" }, "page_action": { "default_icon": "icons\/pa_expand.png", "default_title": "expand" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch?*" ], "css": [ "css\/expand.css" ] } ], "permissions": [ "tabs", "*:\/\/www.youtube.com\/watch?*" ], "manifest_version": 2 } |