Filmaffinity on Netflix

This extension shows filmaffitniy.es ratings on Nerflix

What is Filmaffinity on Netflix?

Filmaffinity on Netflix is a Chrome extension developed by mik.corcuera, and its main feature is "This extension shows filmaffitniy.es ratings on Nerflix".

Extension Screenshots

screenshot
screenshot

Download Filmaffinity on Netflix Extension CRX File

Download Filmaffinity on Netflix 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

                        Show Filmaffinity ratings on Netflix shows and movies. It shows the average user ratings, as well as the distribution of professional ratings.

As an adition, it will also show Carlos Boyero's reviews on the side                    

Extension Basic Information

Name Filmaffinity on Netflix Filmaffinity on Netflix
ID eomlaphpmjmgkbjfloohiageaomhogjp
Official URL https://chromewebstore.google.com/detail/filmaffinity-on-netflix/eomlaphpmjmgkbjfloohiageaomhogjp
Description This extension shows filmaffitniy.es ratings on Nerflix
File Size 882 KB
Installation Count 88
Current Version 0.2.0
Last Updated 2020-01-13
Publish Date 2020-01-13
Rating 4.11/5 Total 9 Ratings
Developer mik.corcuera
Payment Type free
Extension Website https://github.com/mcorcuera/netflix-filmaffinity
Help Page URL https://github.com/mcorcuera/netflix-filmaffinity/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/boyero-head.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.netflix.com\/*",
                "https:\/\/www.netflix.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "contentSettings",
        "contextMenus",
        "management",
        "pageCapture",
        "webNavigation",
        "webRequest",
        "https:\/\/*.filmaffinity.es\/*",
        "https:\/\/*.filmaffinity.com\/*"
    ]
}