Netflix Filter - Flixer

Netflix IMDB ratings and filtering!

What is Netflix Filter - Flixer?

Netflix Filter - Flixer is a Chrome extension developed by Apperz, and its main feature is "Netflix IMDB ratings and filtering!".

Extension Screenshots

screenshot
screenshot

Download Netflix Filter - Flixer Extension CRX File

Download Netflix Filter - Flixer 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

                        Watch better Netflix shows!
✔ Show IMDB ratings for Netflix shows and movies
✔ Filter Netflix shows and movies based on IMDB ratings
✔ Easy-to-use interface                    

Extension Basic Information

Name Netflix Filter - Flixer Netflix Filter - Flixer
ID pkldnahppnkkkhbgaleaheiagoidimek
Official URL https://chromewebstore.google.com/detail/netflix-filter-flixer/pkldnahppnkkkhbgaleaheiagoidimek
Description Netflix IMDB ratings and filtering!
File Size 174 KB
Installation Count 178
Current Version 0.74
Last Updated 2021-03-18
Publish Date 2021-02-16
Rating 5.00/5 Total 8 Ratings
Developer Apperz
Email [email protected]
Payment Type free
Help Page URL http://www.apperzhome.com/contact.html
Privacy Policy Page URL https://www.newtabrandomizer.com/privacy-policy-general
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Filter - Flixer",
    "description": "Netflix IMDB ratings and filtering!",
    "version": "0.74",
    "icons": {
        "16": "Logo16x16.png",
        "48": "Logo48x48.png",
        "128": "Logo128x128.png"
    },
    "permissions": [
        "*:\/\/*.netflix.com\/*",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}