Rants.App - Netflix comments and discussions

Netflix comments and discussions

What is Rants.App - Netflix comments and discussions?

Rants.App - Netflix comments and discussions is a Chrome extension developed by Rants.app, and its main feature is "Netflix comments and discussions".

Extension Screenshots

screenshot

Download Rants.App - Netflix comments and discussions Extension CRX File

Download Rants.App - Netflix comments and discussions 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

                        Place for commenting on your loved and not-so-much TV-Shows. Integrated with Netflix - upon opening TV-Show or movie at Netflix.com - look for "comment" icon at bottom right.                    

Extension Basic Information

Name Rants.App - Netflix comments and discussions Rants.App - Netflix comments and discussions
ID moefneinekhcedddkjekjkppjhboblac
Official URL https://chrome.google.com/webstore/detail/rantsapp-netflix-comments/moefneinekhcedddkjekjkppjhboblac
Description Netflix comments and discussions
File Size 4.92 MB
Installation Count 16
Current Version 1.0.5
Last Updated 2021-05-25
Publish Date 2018-10-14
Developer Rants.app
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rants.App - Netflix comments and discussions",
    "homepage_url": "https:\/\/rants.app\/",
    "description": "Netflix comments and discussions",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "name": "Rants.App - Netflix comments and TV Shows",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/netflix.com\/*",
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "injected-modal-script.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/netflix.com\/*",
        "*:\/\/www.netflix.com\/*"
    ],
    "web_accessible_resources": [
        "injected-modal.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "version": "1.0.5"
}