NetFlix Categories and Moods
More NetFlix Categories including moods ('this movies is...' categories)
NetFlix Categories and Moodsとは何ですか?
NetFlix Categories and Moodsはapeacezaltによって開発されたChromeの拡張機能で、その主な機能は「More NetFlix Categories including moods ('this movies is...' categories)」です。
拡張機能のスクリーンショット
NetFlix Categories and Moods拡張機能のCRXファイルをダウンロード
NetFlix Categories and Moods拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
More NetFlix hidden Categories including moods ('this movies is...' categories) (no longer update due to lacks of time and interest, sorry guys) v0.2.2 1,971 categories v0.2.3 2,943 categories v0.2.4 typos fixed
拡張機能の基本情報
名前 | NetFlix Categories and Moods |
ID | nbfaehnepkmokkccolohaidnbkdfbeei |
公式URL | https://chromewebstore.google.com/detail/netflix-categories-and-mo/nbfaehnepkmokkccolohaidnbkdfbeei |
説明 | More NetFlix Categories including moods ('this movies is...' categories) |
ファイルサイズ | 45.55 KB |
インストール数 | 99 |
現在のバージョン | 0.2.4 |
最終更新日 | 2019-09-25 |
公開日 | 2019-09-25 |
開発者 | apeacezalt |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NetFlix Categories and Moods", "version": "0.2.4", "description": "More NetFlix Categories including moods ('this movies is...' categories)", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_title": "NetFlix Categories and Moods", "default_popup": "popup.html" }, "content_scripts": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src * data: 'self' 'unsafe-eval'", "offline_enabled": true, "permissions": [] } |