Movies Info RT
A chrome extension to quickly search movie info on Rotten Tomatos
What is Movies Info RT?
Movies Info RT is a Chrome extension developed by Srijan Gupta, and its main feature is "A chrome extension to quickly search movie info on Rotten Tomatos".
Extension Screenshots
Download Movies Info RT Extension CRX File
Download Movies Info RT 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
A chrome extension to quickly search movie info on Rotten Tomatos!
Extension Basic Information
Name | |
ID | polbbodmndciigckbpnpmnfbdhangcpm |
Official URL | https://chrome.google.com/webstore/detail/movies-info-rt/polbbodmndciigckbpnpmnfbdhangcpm |
Description | A chrome extension to quickly search movie info on Rotten Tomatos |
File Size | 25.82 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2013-07-24 |
Publish Date | 2013-07-24 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Srijan Gupta |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Movies Info RT", "version": "1.0", "description": "A chrome extension to quickly search movie info on Rotten Tomatos", "browser_action": { "default_title": "Movies Info RT", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "128": "fresh.png" }, "permissions": [ "http:\/\/api.rottentomatoes.com\/*", "https:\/\/api.rottentomatoes.com\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |