Can I Stream it?++
Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL)
Co to jest Can I Stream it?++?
Can I Stream it?++ to rozszerzenie Chrome opracowane przez christian cicerone, a jego główną funkcją jest „Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Can I Stream it?++
Pobierz pliki rozszerzeń Can I Stream it?++ 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
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?'
Podstawowe informacje o rozszerzeniu
Nazwa | Can I Stream it?++ |
ID | cjofoihjmijpmepjbdpjhehcgpnopmbk |
Oficjalny URL | https://chromewebstore.google.com/detail/can-i-stream-it++/cjofoihjmijpmepjbdpjhehcgpnopmbk |
Opis | Right-click to search; auto-detects titles on IMDB, Rottentomatoes, Metacritic, letterboxd, and more. (UNOFFICIAL) |
Rozmiar pliku | 11.82 KB |
Liczba instalacji | 123 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-11-05 |
Data Publikacji | 2014-11-04 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | christian cicerone |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |