Rants.App - Netflix comments and discussions
Netflix comments and discussions
Cos'è Rants.App - Netflix comments and discussions?
Rants.App - Netflix comments and discussions è un'estensione di Chrome sviluppata da Rants.app, e la sua funzione principale è "Netflix comments and discussions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rants.App - Netflix comments and discussions
Scarica i file di estensione Rants.App - Netflix comments and discussions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | moefneinekhcedddkjekjkppjhboblac |
URL Ufficiale | https://chrome.google.com/webstore/detail/rantsapp-netflix-comments/moefneinekhcedddkjekjkppjhboblac |
Descrizione | Netflix comments and discussions |
Dimensione del File | 4.92 MB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2021-05-25 |
Data di Pubblicazione | 2018-10-14 |
Sviluppatore | Rants.app |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |