Unblock embedded Youtube videos

Play embedded Youtube videos without problems!

Что такое Unblock embedded Youtube videos?

Unblock embedded Youtube videos - это расширение Chrome, разработанное drulia, и его основная функция - "Play embedded Youtube videos without problems!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Unblock embedded Youtube videos

Скачайте файлы расширений 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"
        ]
    }
}