Rants.App - Netflix comments and discussions

Netflix comments and discussions

Vad är Rants.App - Netflix comments and discussions?

Rants.App - Netflix comments and discussions är en Chrome-tillägg utvecklad av Rants.app, och dess huvudfunktion är "Netflix comments and discussions".

Tilläggsskärmbilder

screenshot

Ladda ner Rants.App - Netflix comments and discussions-förlängningens CRX-fil

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

                        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.                    

Grundläggande Information om Tillägg

Namn Rants.App - Netflix comments and discussions Rants.App - Netflix comments and discussions
ID moefneinekhcedddkjekjkppjhboblac
Officiell webbadress https://chrome.google.com/webstore/detail/rantsapp-netflix-comments/moefneinekhcedddkjekjkppjhboblac
Beskrivning Netflix comments and discussions
Filstorlek 4.92 MB
Antal Installationer 16
Aktuell Version 1.0.5
Senast Uppdaterad 2021-05-25
Publiceringsdatum 2018-10-14
Utvecklare Rants.app
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}