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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix block synopsis spoiling एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |