RuTracker Movie Ratings
KinoPoisk and IMDb movie ratings for RuTracker.org
What is RuTracker Movie Ratings?
RuTracker Movie Ratings is a Chrome extension developed by Vyacheslav Konovalov, and its main feature is "KinoPoisk and IMDb movie ratings for RuTracker.org".
Extension Screenshots
Download RuTracker Movie Ratings Extension CRX File
Download RuTracker Movie Ratings 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
Показывает рейтинги фильмов с КиноПоиск и IMDb в результатах поиска на RuTracker.org
Extension Basic Information
Name | RuTracker Movie Ratings |
ID | cihklcipchpgfipcaienonnnpdlgpbbp |
Official URL | https://chromewebstore.google.com/detail/rutracker-movie-ratings/cihklcipchpgfipcaienonnnpdlgpbbp |
Description | KinoPoisk and IMDb movie ratings for RuTracker.org |
File Size | 143 KB |
Installation Count | 112 |
Current Version | 1.1.3 |
Last Updated | 2019-05-10 |
Publish Date | 2019-05-10 |
Rating | 3.60/5 Total 5 Ratings |
Developer | Vyacheslav Konovalov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/vyachkonovalov/tracker-movie-ratings |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RuTracker Movie Ratings", "description": "KinoPoisk and IMDb movie ratings for RuTracker.org", "version": "1.1.3", "page_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/rutracker.org\/forum\/tracker.php*" ], "css": [ "styles.css" ], "js": [ "main.js" ], "run_at": "document_idle" } ], "permissions": [ "https:\/\/ext.kinopoisk.ru\/ios\/5.0.0\/*", "https:\/\/api.imdbws.com\/*", "https:\/\/v2.sg.media-imdb.com\/suggests\/*" ] } |