FlixiMDb

Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.

Vad är FlixiMDb?

FlixiMDb är en Chrome-tillägg utvecklad av skrassiev, och dess huvudfunktion är "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.".

Tilläggsskärmbilder

screenshot

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

Ladda ner FlixiMDb-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

                        Install this extension and see the IMDB movie rating between other movie details on Netflix site

Version 8.1.3:
- fixed titles matching with missing articles a/an/the.                    

Grundläggande Information om Tillägg

Namn FlixiMDb FlixiMDb
ID mpdokalkjebjipooahikakghjpfaplge
Officiell webbadress https://chrome.google.com/webstore/detail/fliximdb/mpdokalkjebjipooahikakghjpfaplge
Beskrivning Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.
Filstorlek 109 KB
Antal Installationer 24
Aktuell Version 8.1.3
Senast Uppdaterad 2014-11-14
Publiceringsdatum 2014-11-14
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare skrassiev
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlixiMDb",
    "description": "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.",
    "version": "8.1.3",
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/jquery.watch-2.0.min.js",
                "assets\/js\/lodash.js",
                "classes\/class.netflix.js",
                "classes\/class.imdb.js",
                "classes\/init.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "page_action": {
        "default_title": "FlixiMDb"
    },
    "web_accessible_resources": [
        "assets\/js\/jquery.min.map"
    ],
    "icons": {
        "128": "assets\/img\/netfliximdb_128.png"
    },
    "permissions": [
        "storage"
    ],
    "minimum_chrome_version": "17.0",
    "manifest_version": 2
}