Rants.App - Netflix comments and discussions
Netflix comments and discussions
Qu'est-ce que Rants.App - Netflix comments and discussions ?
Rants.App - Netflix comments and discussions est une extension Chrome développée par Rants.app, et sa fonction principale est "Netflix comments and discussions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rants.App - Netflix comments and discussions
Téléchargez les fichiers d'extension Rants.App - Netflix comments and discussions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | moefneinekhcedddkjekjkppjhboblac |
URL Officiel | https://chrome.google.com/webstore/detail/rantsapp-netflix-comments/moefneinekhcedddkjekjkppjhboblac |
Description | Netflix comments and discussions |
Taille du Fichier | 4.92 MB |
Nombre d'Installations | 16 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2021-05-25 |
Date de Publication | 2018-10-14 |
Développeur | Rants.app |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |