Unblock embedded Youtube videos
Play embedded Youtube videos without problems!
Cos'è Unblock embedded Youtube videos?
Unblock embedded Youtube videos è un'estensione di Chrome sviluppata da drulia, e la sua funzione principale è "Play embedded Youtube videos without problems!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unblock embedded Youtube videos
Scarica i file di estensione Unblock embedded Youtube videos 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
This is very simple extension to enable playing of certain embedded Youtube videos which usually would be blocked and not allowed to play. (i.e videos are blocked on certain websites and similar situations.) All it does is makes Youtube think that you playing all their videos from google.com domain. [Disclosure] It doesn't allow you to play videos that are blocked in your country. Extension is open sourced https://github.com/drulia/youtube_video_unblocker
Informazioni di Base sull'Estensione
Nome | |
ID | aajjpnimaghinaladfeongfnojpooegf |
URL Ufficiale | https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf |
Descrizione | Play embedded Youtube videos without problems! |
Dimensione del File | 12.45 KB |
Conteggio Installazioni | 9,880 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-07-31 |
Data di Pubblicazione | 2014-07-31 |
Valutazione | 2.59/5 Totale 257 Valutazioni |
Sviluppatore | drulia |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/drulia/youtube_video_unblocker |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unblock embedded Youtube videos", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "22", "description": "Play embedded Youtube videos without problems!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/" ], "background": { "scripts": [ "background.js" ] } } |