Torrentz.EU Magnet Links And IMDB Helper
Adds; Magnet link, languages for non English movies, IMDB rating for movies. All code repurposed from other extensions.
What is Torrentz.EU Magnet Links And IMDB Helper?
Torrentz.EU Magnet Links And IMDB Helper is a Chrome extension developed by Ronnie, and its main feature is "Adds; Magnet link, languages for non English movies, IMDB rating for movies. All code repurposed from other extensions.".
Download Torrentz.EU Magnet Links And IMDB Helper Extension CRX File
Download Torrentz.EU Magnet Links And IMDB Helper 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
Extension Basic Information
Name | |
ID | pihejjbfdoojbmcmajngpggkgilhmicb |
Official URL | https://chrome.google.com/webstore/detail/torrentzeu-magnet-links-a/pihejjbfdoojbmcmajngpggkgilhmicb |
Description | Adds; Magnet link, languages for non English movies, IMDB rating for movies. All code repurposed from other extensions. |
File Size | 74.37 KB |
Installation Count | 17 |
Current Version | 1.0.0 |
Last Updated | 2015-11-25 |
Publish Date | 2015-11-25 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Ronnie |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery.min.js", "replace.js" ], "matches": [ "*:\/\/torrentz.eu\/*", "*:\/\/torrentz.me\/*", "*:\/\/torrentz.in\/*", "*:\/\/torrentz.ph\/*", "*:\/\/torrentz.ch\/*" ], "run_at": "document_idle" } ], "description": "Adds; Magnet link, languages for non English movies, IMDB rating for movies. All code repurposed from other extensions.", "icons": { "512": "512pirate.png", "128": "128pirate.png", "48": "48pirate.png" }, "manifest_version": 2, "name": "Torrentz.EU Magnet Links And IMDB Helper", "version": "1.0.0" } |