Can I Stream it?++

Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL)

Can I Stream it?++ क्या है?

Can I Stream it?++ christian cicerone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL)"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        UNOFFICIAL extension for searching streaming options for movies and tv shows on 'canistream.it' with AUTO-DETECT!

Currently features 2 fast searching options:
[1] Right-click any selected text to search...
[2] Right-click in open space on a supported website and attempt to AUTO-DETECT the title. (sweet!)

Supported Auto-Detect websites:
[1] www.IMDB.com
[2] www.rottentomatoes.com
[3] www.metacritic.com
[4] www.themoviedb.com
[5] www.trakt.com 
[6] www.letterboxd.com

Icon Credits:
Icon made by Freepik from www.flaticon.com is licensed under CC BY 3.0

Notes:
Feel free to contact with with any bugs or requests. This is my first extension, so i'm looking to improve it!

Disclaimer:
I have no affiliation with 'Can I stream.it?'                    

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

नाम Can I Stream it?++ Can I Stream it?++
ID cjofoihjmijpmepjbdpjhehcgpnopmbk
आधिकारिक URL https://chromewebstore.google.com/detail/can-i-stream-it++/cjofoihjmijpmepjbdpjhehcgpnopmbk
विवरण Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL)
फ़ाइल का आकार 11.82 KB
स्थापना संख्या 123
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-11-05
प्रकाशन तिथि 2014-11-04
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर christian cicerone
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Can I Stream it?++",
    "description": "Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL)",
    "version": "1.0",
    "author": "christian cicerone",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "wireless16.png",
        "32": "wireless32.png",
        "64": "wireless64.png"
    }
}