Rants.App - Netflix comments and discussions
Netflix comments and discussions
Was ist Rants.App - Netflix comments and discussions?
Rants.App - Netflix comments and discussions ist eine Chrome-Erweiterung, die von Rants.app entwickelt wurde, und ihr Hauptmerkmal ist "Netflix comments and discussions".
Erweiterungsscreenshots
Rants.App - Netflix comments and discussions-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rants.App - Netflix comments and discussions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | moefneinekhcedddkjekjkppjhboblac |
Offizielle URL | https://chrome.google.com/webstore/detail/rantsapp-netflix-comments/moefneinekhcedddkjekjkppjhboblac |
Beschreibung | Netflix comments and discussions |
Dateigröße | 4.92 MB |
Installationsanzahl | 16 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2021-05-25 |
Veröffentlichungsdatum | 2018-10-14 |
Entwickler | Rants.app |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |