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 |
官方網址 | 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" ] } ] } |