OpenSubtitles

Quick search on OpenSubtitles.org

Cos'è OpenSubtitles?

OpenSubtitles è un'estensione di Chrome sviluppata da Baptiste Vincent, e la sua funzione principale è "Quick search on OpenSubtitles.org".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OpenSubtitles

Scarica i file di estensione OpenSubtitles 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

                        Open Subtitle Search Tool...

Feel free to leave feedback for new ideas here : 

https://chrome.google.com/webstore/support/pfbdkpjnibjpkebckajcinnjlkdeilej                    

Informazioni di Base sull'Estensione

Nome OpenSubtitles OpenSubtitles
ID pfbdkpjnibjpkebckajcinnjlkdeilej
URL Ufficiale https://chromewebstore.google.com/detail/opensubtitles/pfbdkpjnibjpkebckajcinnjlkdeilej
Descrizione Quick search on OpenSubtitles.org
Dimensione del File 145 KB
Conteggio Installazioni 20,000
Versione Corrente 0.0.3
Ultimo Aggiornamento 2015-12-07
Data di Pubblicazione 2015-12-06
Valutazione 4.03/5 Totale 36 Valutazioni
Sviluppatore Baptiste Vincent
Tipo di Pagamento free
URL della Pagina di Aiuto https://chrome.google.com/webstore/support/pfbdkpjnibjpkebckajcinnjlkdeilej
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenSubtitles",
    "version": "0.0.3",
    "description": "Quick search on OpenSubtitles.org",
    "browser_action": {
        "default_icon": {
            "19": "img\/opensubtitles_19.png",
            "38": "img\/opensubtitles_38.png"
        },
        "default_popup": "start.html",
        "default_title": "OpenSubtitles"
    },
    "icons": {
        "128": "img\/opensubtitles_128.png",
        "16": "img\/opensubtitles_16.png",
        "48": "img\/opensubtitles_48.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "background",
        "contextMenus",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "img\/opensubtitles_128.png"
    ]
}