Unblock embedded Youtube videos

Play embedded Youtube videos without problems!

Wat is Unblock embedded Youtube videos?

Unblock embedded Youtube videos is een Chrome-extensie ontwikkeld door drulia, en de belangrijkste functie is "Play embedded Youtube videos without problems!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unblock embedded Youtube videos

Download Unblock embedded Youtube videos-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

                        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                    

Basisinformatie over de Extensie

Naam Unblock embedded Youtube videos Unblock embedded Youtube videos
ID aajjpnimaghinaladfeongfnojpooegf
Officiële URL https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf
Beschrijving Play embedded Youtube videos without problems!
Bestandsgrootte 12.45 KB
Aantal Installaties 9,880
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-07-31
Publicatiedatum 2014-07-31
Beoordeling 2.59/5 Totaal 257 Beoordelingen
Ontwikkelaar drulia
Betalingswijze free
Help Pagina-URL https://github.com/drulia/youtube_video_unblocker
Ondersteunde Talen 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"
        ]
    }
}