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

O que é Mitbbs and Huaren Youtube Auto Post?

Mitbbs and Huaren Youtube Auto Post é uma extensão do Chrome desenvolvida por linfzh, e sua principal característica é "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mitbbs and Huaren Youtube Auto Post

Baixe arquivos de extensão Mitbbs and Huaren Youtube Auto Post no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
URL Oficial https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
Descrição This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
Tamanho do Arquivo 38.16 KB
Contagem de Instalações 13
Versão Atual 1.6
Última Atualização 2015-04-14
Data de Publicação 2015-04-13
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor linfzh
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}