MovieChat

View the MovieChat forum for an IMDB page

Co to jest MovieChat?

MovieChat to rozszerzenie Chrome opracowane przez Bertbert, a jego główną funkcją jest „View the MovieChat forum for an IMDB page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MovieChat

Pobierz pliki rozszerzeń MovieChat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MovieChat MovieChat
ID idmiaolfckncdlfoamplfibdnccpmfca
Oficjalny URL https://chromewebstore.google.com/detail/moviechat/idmiaolfckncdlfoamplfibdnccpmfca
Opis View the MovieChat forum for an IMDB page
Rozmiar pliku 120 KB
Liczba instalacji 35
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-08-22
Data Publikacji 2017-08-21
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Bertbert
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}