Unblock embedded Youtube videos
Play embedded Youtube videos without problems!
What is Unblock embedded Youtube videos?
Unblock embedded Youtube videos is a Chrome extension developed by drulia, and its main feature is "Play embedded Youtube videos without problems!".
Extension Screenshots
Download Unblock embedded Youtube videos Extension CRX File
Download Unblock embedded Youtube videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | aajjpnimaghinaladfeongfnojpooegf |
Official URL | https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf |
Description | Play embedded Youtube videos without problems! |
File Size | 12.45 KB |
Installation Count | 9,880 |
Current Version | 1.0.1 |
Last Updated | 2014-07-31 |
Publish Date | 2014-07-31 |
Rating | 2.59/5 Total 257 Ratings |
Developer | drulia |
Payment Type | free |
Help Page URL | https://github.com/drulia/youtube_video_unblocker |
Supported Languages | 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" ] } } |