Netflix Anonymous

Are you a Netflix addict?

What is Netflix Anonymous?

Netflix Anonymous is a Chrome extension developed by https://refnow.co, and its main feature is "Are you a Netflix addict?".

Extension Screenshots

screenshot
screenshot

Download Netflix Anonymous Extension CRX File

Download Netflix Anonymous 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

                        Check how long you spend watching Netflix with this free tool. It will add a timer to the corner of Netflix pages and let you see how much time you spend on Netflix each day.                    

Extension Basic Information

Name Netflix Anonymous Netflix Anonymous
ID pjjjmiedohemelnagkfpfncjbohedgcn
Official URL https://chromewebstore.google.com/detail/netflix-anonymous/pjjjmiedohemelnagkfpfncjbohedgcn
Description Are you a Netflix addict?
File Size 87.32 KB
Installation Count 108
Current Version 0.1.7
Last Updated 2019-07-25
Publish Date 2019-07-25
Rating 5.00/5 Total 1 Ratings
Developer https://refnow.co
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Anonymous",
    "version": "0.1.7",
    "description": "Are you a Netflix addict?",
    "short_name": "Netflix Anonymous",
    "browser_action": {
        "default_icon": "air.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.netflix.com\/*",
        "storage"
    ],
    "icons": {
        "16": "air.png",
        "48": "air.png",
        "128": "air.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ]
}