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
官方網址 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"
        ]
    }
}