Unblock embedded Youtube videos

Play embedded Youtube videos without problems!

什么是Unblock embedded Youtube videos?

Unblock embedded Youtube videos是由drulia开发的Chrome扩展程序,该扩展的主要功能是“Play embedded Youtube videos without problems!”。

扩展截图

screenshot

下载Unblock embedded Youtube videos扩展crx文件

下载Unblock embedded Youtube videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Unblock embedded Youtube videos Unblock embedded Youtube videos
ID aajjpnimaghinaladfeongfnojpooegf
官方URL https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf
简介 Play embedded Youtube videos without problems!
文件大小 12.45 KB
安装次数 9,880
当前版本 1.0.1
更新时间 2014-07-31
上架时间 2014-07-31
评分 2.59/5 共257次评分
开发者 drulia
付费类型 free
帮助页面URL https://github.com/drulia/youtube_video_unblocker
支持的语言 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"
        ]
    }
}