Netflix++
Browser extensions enhancing your Netflix browsing experience
Netflix++とは何ですか?
Netflix++はstevokkによって開発されたChromeの拡張機能で、その主な機能は「Browser extensions enhancing your Netflix browsing experience」です。
拡張機能のスクリーンショット
Netflix++拡張機能のCRXファイルをダウンロード
Netflix++拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NEW! 2017 version, here to enhance your Netflix experience! Currently shows you ratings from 3 independent sources: IMDB, Rotten Tomatoes & Metacritic Fully open source, any issues or feature requests go here: https://github.com/stevokk/netflixplusplus
拡張機能の基本情報
名前 | Netflix++ |
ID | ofiindmkglmjpndljggpcpamcglnmmpl |
公式URL | https://chromewebstore.google.com/detail/netflix++/ofiindmkglmjpndljggpcpamcglnmmpl |
説明 | Browser extensions enhancing your Netflix browsing experience |
ファイルサイズ | 79.14 KB |
インストール数 | 4,279 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-08-13 |
公開日 | 2017-08-13 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | stevokk |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/stevokk/netflixplusplus |
ヘルプページのURL | https://github.com/stevokk/netflixplusplus |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix++", "version": "1.0.2", "description": "Browser extensions enhancing your Netflix browsing experience", "homepage_url": "https:\/\/github.com\/stevokk\/netflixplusplus", "manifest_version": 2, "minimum_chrome_version": "58", "applications": { "gecko": { "id": "netflixplusplus\/stevokk", "strict_min_version": "52.0" } }, "permissions": [ "storage", "https:\/\/netflixplusplus.heroku.com\/*", "http:\/\/localhost\/*" ], "icons": { "128": "icon-128.png" }, "options_ui": { "chrome_style": true, "page": "options.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.netflix.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ] } |