Netflix block synopsis spoiling
This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.
Netflix block synopsis spoilingとは何ですか?
Netflix block synopsis spoilingはHolger Kreisによって開発されたChromeの拡張機能で、その主な機能は「This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.」です。
Netflix block synopsis spoiling拡張機能のCRXファイルをダウンロード
Netflix block synopsis spoiling拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you always try hard ignoring the next episodes synopses for not being spoiled, just enable this extension. An option setting is provided to show the teasers anyway.
拡張機能の基本情報
名前 | Netflix block synopsis spoiling |
ID | gibbfeoglggnkdoagdgiibllignhoofo |
公式URL | https://chromewebstore.google.com/detail/netflix-block-synopsis-sp/gibbfeoglggnkdoagdgiibllignhoofo |
説明 | This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface. |
ファイルサイズ | 48.42 KB |
インストール数 | 15 |
現在のバージョン | 0.2 |
最終更新日 | 2015-12-31 |
公開日 | 2015-12-31 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Holger Kreis |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix block synopsis spoiling", "description": "This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.", "version": "0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*" ], "js": [ "jquery-2.1.4.min.js", "hidesynopsis.js" ], "css": [ "hidesynopsis.css" ] } ] } |