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!」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } } |