Unblock embedded Youtube videos

Play embedded Youtube videos without problems!

Qu'est-ce que Unblock embedded Youtube videos ?

Unblock embedded Youtube videos est une extension Chrome développée par drulia, et sa fonction principale est "Play embedded Youtube videos without problems!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unblock embedded Youtube videos

Téléchargez les fichiers d'extension Unblock embedded Youtube videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Unblock embedded Youtube videos Unblock embedded Youtube videos
ID aajjpnimaghinaladfeongfnojpooegf
URL Officiel https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf
Description Play embedded Youtube videos without problems!
Taille du Fichier 12.45 KB
Nombre d'Installations 9,880
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-07-31
Date de Publication 2014-07-31
Évaluation 2.59/5 Total 257 Évaluations
Développeur drulia
Type de Paiement free
URL de la Page d'Aide https://github.com/drulia/youtube_video_unblocker
Langues Prises en Charge 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"
        ]
    }
}