Kinorium
The best website for movie search and thoughts sharing with friends
What is Kinorium?
Kinorium is a Chrome extension developed by https://kinorium.com, and its main feature is "The best website for movie search and thoughts sharing with friends".
Extension Screenshots
Download Kinorium Extension CRX File
Download Kinorium 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
Kinorium is getting even closer to you with the new Chrome extension. Now, when you visit a movie page on any big movie site, you can easily go to its page in Kinorium in one click. In addition, the extension will automatically show you the rating of that movie right in the browser bar. This is incredibly convenient! The following projects are currently connected to the extension: - IMDb.com - Wikipedia - Rotten Tomatoes - BoxOfficeMojo - Kinopoisk - Netflix - and other major online movie theaters
Extension Basic Information
Name | Kinorium |
ID | ogeankadkoofdjpdoggjfomegklpdnmb |
Official URL | https://chromewebstore.google.com/detail/kinorium/ogeankadkoofdjpdoggjfomegklpdnmb |
Description | The best website for movie search and thoughts sharing with friends |
File Size | 71.9 KB |
Installation Count | 672 |
Current Version | 1.3 |
Last Updated | 2023-04-22 |
Publish Date | 2020-12-15 |
Rating | 4.71/5 Total 17 Ratings |
Developer | https://kinorium.com |
[email protected] | |
Payment Type | free |
Extension Website | https://kinorium.com |
Supported Languages | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.3", "default_locale": "ru", "homepage_url": "https:\/\/kinorium.com\/", "background": { "scripts": [ "bg.js", "worker.js" ] }, "browser_action": { "default_icon": "img\/icon.png" }, "description": "__MSG_extDesc__", "icons": { "96": "img\/96.png", "128": "img\/128.png" }, "web_accessible_resources": [ "img\/icon.png" ], "permissions": [ "tabs", "contextMenus" ], "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';" } |