Изтегли Vbox7 Субтитри

Добавя бутон за изтегляне на субтитри, към текущото видео във Vbox7

What is Изтегли Vbox7 Субтитри?

Изтегли Vbox7 Субтитри is a Chrome extension developed by Magadanski Uchen - Georgi Popov, and its main feature is "Добавя бутон за изтегляне на субтитри, към текущото видео във Vbox7".

Extension Screenshots

screenshot

Download Изтегли Vbox7 Субтитри Extension CRX File

Download Изтегли Vbox7 Субтитри 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

                        При преглеждане на видео във Vbox7, към което има качени субтитри, разширението добавя бутон "изтегли субтитри" под видеото, като изтегляният файл е в стандартен .SRT формат.                    

Extension Basic Information

Name Изтегли Vbox7 Субтитри Изтегли Vbox7 Субтитри
ID mkogkjlijfabfgaicfaiklmgjdlejklj
Official URL https://chromewebstore.google.com/detail/%D0%B8%D0%B7%D1%82%D0%B5%D0%B3%D0%BB%D0%B8-vbox7-%D1%81%D1%83%D0%B1%D1%82%D0%B8%D1%82%D1%80%D0%B8/mkogkjlijfabfgaicfaiklmgjdlejklj
Description Добавя бутон за изтегляне на субтитри, към текущото видео във Vbox7
File Size 15.34 KB
Installation Count 294
Current Version 2.1.0
Last Updated 2017-01-08
Publish Date 2017-01-08
Rating 3.78/5 Total 9 Ratings
Developer Magadanski Uchen - Georgi Popov
Payment Type free
Supported Languages bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0418\u0437\u0442\u0435\u0433\u043b\u0438 Vbox7 \u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438",
    "version": "2.1.0",
    "description": "\u0414\u043e\u0431\u0430\u0432\u044f \u0431\u0443\u0442\u043e\u043d \u0437\u0430 \u0438\u0437\u0442\u0435\u0433\u043b\u044f\u043d\u0435 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438, \u043a\u044a\u043c \u0442\u0435\u043a\u0443\u0449\u043e\u0442\u043e \u0432\u0438\u0434\u0435\u043e \u0432\u044a\u0432 Vbox7",
    "author": "Georgi Popov Magadanski_Uchen ",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.vbox7.com\/*",
                "https:\/\/*.vbox7.com\/*"
            ],
            "js": [
                "subs.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ]
}