OpenSubtitles

Quick search on OpenSubtitles.org

What is OpenSubtitles?

OpenSubtitles is a Chrome extension developed by Baptiste Vincent, and its main feature is "Quick search on OpenSubtitles.org".

Extension Screenshots

screenshot
screenshot

Download OpenSubtitles Extension CRX File

Download OpenSubtitles 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

                        Open Subtitle Search Tool...

Feel free to leave feedback for new ideas here : 

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

Extension Basic Information

Name OpenSubtitles OpenSubtitles
ID pfbdkpjnibjpkebckajcinnjlkdeilej
Official URL https://chromewebstore.google.com/detail/opensubtitles/pfbdkpjnibjpkebckajcinnjlkdeilej
Description Quick search on OpenSubtitles.org
File Size 145 KB
Installation Count 20,000
Current Version 0.0.3
Last Updated 2015-12-07
Publish Date 2015-12-06
Rating 4.03/5 Total 36 Ratings
Developer Baptiste Vincent
Payment Type free
Help Page URL https://chrome.google.com/webstore/support/pfbdkpjnibjpkebckajcinnjlkdeilej
Supported Languages 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"
    ]
}