SubAny Web

Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.

SubAny Web क्या है?

SubAny Web prosset द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SubAny Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The streaming world has never been so exciting. Many companies are investing a large number of resources to deliver video on the web. This is changing how we get entertained.

However, depending on the country you live, you may face some limitations of right about specific video content that can be delivered. This also concerns subtitles.

To answer these problems, you can now provide your subtitles.
Thus, for example, if you stay in a country where the streaming provider can't have access to the captions you wish, you can use that extension. 

This is also useful for people that don't like subtitles that the services are providing and so providing your captions.                    

एक्सटेंशन की मूल जानकारी

नाम SubAny Web SubAny Web
ID japfodgakhloekokcjbapdodojbhnnkc
आधिकारिक URL https://chromewebstore.google.com/detail/subany-web/japfodgakhloekokcjbapdodojbhnnkc
विवरण Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.
फ़ाइल का आकार 12.79 MB
स्थापना संख्या 367
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2020-04-07
प्रकाशन तिथि 2020-04-06
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर prosset
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/PaulRosset/subtitles-anywhere-web
सहायता पृष्ठ URL https://github.com/PaulRosset/subtitles-anywhere-web/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SubAny Web",
    "version": "0.1.1",
    "description": "Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.",
    "homepage_url": "https:\/\/github.com\/PaulRosset\/subtitles-anywhere-web",
    "manifest_version": 2,
    "minimum_chrome_version": "68",
    "web_accessible_resources": [
        "medias\/play.svg",
        "medias\/stop.svg"
    ],
    "browser_action": {
        "default_icon": "medias\/icon.png",
        "default_title": "SubAny"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "medias\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}