Rants.App - Netflix comments and discussions
Netflix comments and discussions
Rants.App - Netflix comments and discussionsとは何ですか?
Rants.App - Netflix comments and discussionsはRants.appによって開発されたChromeの拡張機能で、その主な機能は「Netflix comments and discussions」です。
拡張機能のスクリーンショット
Rants.App - Netflix comments and discussions拡張機能のCRXファイルをダウンロード
Rants.App - Netflix comments and discussions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | moefneinekhcedddkjekjkppjhboblac |
公式URL | https://chrome.google.com/webstore/detail/rantsapp-netflix-comments/moefneinekhcedddkjekjkppjhboblac |
説明 | Netflix comments and discussions |
ファイルサイズ | 4.92 MB |
インストール数 | 16 |
現在のバージョン | 1.0.5 |
最終更新日 | 2021-05-25 |
公開日 | 2018-10-14 |
開発者 | Rants.app |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |