Prime Ratings: IMDb Ratings on Prime Video

See IMDb ratings for shows on Amazon Prime Video.

Vad är Prime Ratings: IMDb Ratings on Prime Video?

Prime Ratings: IMDb Ratings on Prime Video är en Chrome-tillägg utvecklad av gcg1, och dess huvudfunktion är "See IMDb ratings for shows on Amazon Prime Video.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Prime Ratings: IMDb Ratings on Prime Video-förlängningens CRX-fil

Ladda ner Prime Ratings: IMDb Ratings on Prime Video-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

                        This extension displays IMDb ratings for shows on Amazon Prime Video.

Neither this extension nor its author is in any way affiliated with Amazon.                    

Grundläggande Information om Tillägg

Namn Prime Ratings: IMDb Ratings on Prime Video Prime Ratings: IMDb Ratings on Prime Video
ID nfhhcokdlgiihdofklhifafmmhnljbdf
Officiell webbadress https://chromewebstore.google.com/detail/prime-ratings-imdb-rating/nfhhcokdlgiihdofklhifafmmhnljbdf
Beskrivning See IMDb ratings for shows on Amazon Prime Video.
Filstorlek 94.87 KB
Antal Installationer 1,146
Aktuell Version 0.0.1.5
Senast Uppdaterad 2021-11-21
Publiceringsdatum 2020-06-10
Betyg 3.36/5 Totalt 11 Betyg
Utvecklare gcg1
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Ratings: IMDb Ratings on Prime Video",
    "version": "0.0.1.5",
    "description": "See IMDb ratings for shows on Amazon Prime Video.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.au\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "firebase-app.js",
                "firebase-firestore.js",
                "db.js",
                "background.js"
            ]
        }
    ]
}