Subtitles Free Download

The largest multi-language movie subtitles on the web.

Co to jest Subtitles Free Download?

Subtitles Free Download to rozszerzenie Chrome opracowane przez zuzuychik, a jego główną funkcją jest „The largest multi-language movie subtitles on the web.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Subtitles Free Download

Pobierz pliki rozszerzeń Subtitles Free Download w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Free subtitles in all languages. Large database of subtitles for movies, TV series and anime. Search any subtitles easy and fast!                    

Podstawowe informacje o rozszerzeniu

Nazwa Subtitles Free Download Subtitles Free Download
ID kcbhofifjdmhmamkocejeekajnkjcifp
Oficjalny URL https://chrome.google.com/webstore/detail/subtitles-free-download/kcbhofifjdmhmamkocejeekajnkjcifp
Opis The largest multi-language movie subtitles on the web.
Rozmiar pliku 99.66 KB
Liczba instalacji 124
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-05-22
Data Publikacji 2021-05-22
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper zuzuychik
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "1.png"
        },
        "default_popup": "extension.html",
        "default_title": "The largest multi-language movie subtitles on the web."
    },
    "icons": {
        "128": "1.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "description": "The largest multi-language movie subtitles on the web.",
    "manifest_version": 2,
    "name": "Subtitles Free Download",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}