Movies, TV-series search
Search for movies and TV-series in online databases.
What is Movies, TV-series search?
Movies, TV-series search is a Chrome extension developed by marss19, and its main feature is "Search for movies and TV-series in online databases.".
Extension Screenshots
Download Movies, TV-series search Extension CRX File
Download Movies, TV-series search 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
Is a movie worth watching? Do a quick search in online movies databases. The extension adds context menu items executing search for a selected text (movie name). It is also possible to search without selection; for a focused text at cursor. The extension is configrable: you can select preferable online movies databases.
Extension Basic Information
Name | Movies, TV-series search |
ID | miploifkaagebhdlcdaaomgnenchiocf |
Official URL | https://chromewebstore.google.com/detail/movies-tv-series-search/miploifkaagebhdlcdaaomgnenchiocf |
Description | Search for movies and TV-series in online databases. |
File Size | 283 KB |
Installation Count | 968 |
Current Version | 0.2 |
Last Updated | 2017-03-07 |
Publish Date | 2017-03-07 |
Rating | 4.80/5 Total 5 Ratings |
Developer | marss19 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Movies, TV-series search", "description": "Search for movies and TV-series in online databases.", "version": "0.2", "permissions": [ "contextMenus", "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2, "homepage_url": "http:\/\/marss.co.ua" } |