Netflix block synopsis spoiling
This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.
Cos'è Netflix block synopsis spoiling?
Netflix block synopsis spoiling è un'estensione di Chrome sviluppata da Holger Kreis, e la sua funzione principale è "This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.".
Scarica il file CRX dell'estensione Netflix block synopsis spoiling
Scarica i file di estensione Netflix block synopsis spoiling in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Netflix block synopsis spoiling |
ID | gibbfeoglggnkdoagdgiibllignhoofo |
URL Ufficiale | https://chromewebstore.google.com/detail/netflix-block-synopsis-sp/gibbfeoglggnkdoagdgiibllignhoofo |
Descrizione | This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface. |
Dimensione del File | 48.42 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2015-12-31 |
Data di Pubblicazione | 2015-12-31 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Holger Kreis |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |