Mitbbs and Huaren Youtube Auto Post

This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum

Что такое Mitbbs and Huaren Youtube Auto Post?

Mitbbs and Huaren Youtube Auto Post - это расширение Chrome, разработанное linfzh, и его основная функция - "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

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

screenshot

Скачать файл CRX расширения Mitbbs and Huaren Youtube Auto Post

Скачайте файлы расширений Mitbbs and Huaren Youtube Auto Post в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        MITBBS Youtube link automatic converter.

It will convert youtube links from its original format to the embed format accepted by mitbbs.

Example:
Original format: https://www.youtube.com/watch?v=peiiLCCG_Ng
will be converted to mitbbs format: vhttp://www.youtube.com/v/peiiLCCG_Ng                    

Основная информация о расширении

Название Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
Официальный URL https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
Описание This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
Размер файла 38.16 KB
Количество установок 13
Текущая Версия 1.6
Последнее Обновление 2015-04-14
Дата публикации 2015-04-13
Рейтинг 1.00/5 Всего 1 оценок
Разработчик linfzh
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mitbbs and Huaren Youtube Auto Post",
    "description": "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum",
    "version": "1.6",
    "icons": {
        "128": "icon.webp"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/forums.huaren.us\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "huaren.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.mitbbs.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "mitbbs.js"
            ]
        }
    ]
}