Subtitles Free Download
The largest multi-language movie subtitles on the web.
Cos'è Subtitles Free Download?
Subtitles Free Download è un'estensione di Chrome sviluppata da zuzuychik, e la sua funzione principale è "The largest multi-language movie subtitles on the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Subtitles Free Download
Scarica i file di estensione Subtitles Free Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Free subtitles in all languages. Large database of subtitles for movies, TV series and anime. Search any subtitles easy and fast!
Informazioni di Base sull'Estensione
Nome | |
ID | kcbhofifjdmhmamkocejeekajnkjcifp |
URL Ufficiale | https://chrome.google.com/webstore/detail/subtitles-free-download/kcbhofifjdmhmamkocejeekajnkjcifp |
Descrizione | The largest multi-language movie subtitles on the web. |
Dimensione del File | 99.66 KB |
Conteggio Installazioni | 124 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-05-22 |
Data di Pubblicazione | 2021-05-22 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | zuzuychik |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |