MovieChat

View the MovieChat forum for an IMDB page

What is MovieChat?

MovieChat is a Chrome extension developed by Bertbert, and its main feature is "View the MovieChat forum for an IMDB page".

Extension Screenshots

screenshot

Download MovieChat Extension CRX File

Download MovieChat 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

                        Easily access the MovieChat forums from the IMDB site.

MovieChat is the largest online community for discussing Movies, TV Shows, Actors and Celebrities. Have a question about a movie you recently saw, or just want to see what other people have to say? Keep tabs on your favorite actors and celebs by following the latest rumors and gossip. Check movie reviews, ratings, cast, quotes, news and more on MovieChat, the best movie forum and message board.                    

Extension Basic Information

Name MovieChat MovieChat
ID idmiaolfckncdlfoamplfibdnccpmfca
Official URL https://chromewebstore.google.com/detail/moviechat/idmiaolfckncdlfoamplfibdnccpmfca
Description View the MovieChat forum for an IMDB page
File Size 120 KB
Installation Count 35
Current Version 0.1
Last Updated 2017-08-22
Publish Date 2017-08-21
Rating 3.00/5 Total 2 Ratings
Developer Bertbert
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MovieChat",
    "description": "View the MovieChat forum for an IMDB page",
    "version": "0.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}