Netflix Randomizer
This extension will randomly select a TV show or Movie from the Netflix page you're viewing
Netflix Randomizerとは何ですか?
Netflix Randomizerはfailing-gracefullyによって開発されたChromeの拡張機能で、その主な機能は「This extension will randomly select a TV show or Movie from the Netflix page you're viewing」です。
拡張機能のスクリーンショット
Netflix Randomizer拡張機能のCRXファイルをダウンロード
Netflix Randomizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of choosing what to watch? Let Netflix Randomizer choose for you! github repo: https://github.com/bennyonline/Netflix-Randomiser
拡張機能の基本情報
名前 | Netflix Randomizer |
ID | ddogenmagmhmcmijpjieekgackcegecn |
公式URL | https://chromewebstore.google.com/detail/netflix-randomizer/ddogenmagmhmcmijpjieekgackcegecn |
説明 | This extension will randomly select a TV show or Movie from the Netflix page you're viewing |
ファイルサイズ | 17.95 KB |
インストール数 | 544 |
現在のバージョン | 2.1 |
最終更新日 | 2018-03-21 |
公開日 | 2018-03-21 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | failing-gracefully |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Randomizer", "description": "This extension will randomly select a TV show or Movie from the Netflix page you're viewing", "version": "2.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "netflix.png", "48": "netflix.png", "128": "netflix.png" }, "page_action": { "default_icon": "netflix.png", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "activeTab" ] } |