MovieChat

View the MovieChat forum for an IMDB page

Vad är MovieChat?

MovieChat är en Chrome-tillägg utvecklad av Bertbert, och dess huvudfunktion är "View the MovieChat forum for an IMDB page".

Tilläggsskärmbilder

screenshot

Ladda ner MovieChat-förlängningens CRX-fil

Ladda ner MovieChat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn MovieChat MovieChat
ID idmiaolfckncdlfoamplfibdnccpmfca
Officiell webbadress https://chromewebstore.google.com/detail/moviechat/idmiaolfckncdlfoamplfibdnccpmfca
Beskrivning View the MovieChat forum for an IMDB page
Filstorlek 120 KB
Antal Installationer 35
Aktuell Version 0.1
Senast Uppdaterad 2017-08-22
Publiceringsdatum 2017-08-21
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Bertbert
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}