Mute Netflix Previews
Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.
Mute Netflix Previews क्या है?
Mute Netflix Previews rekshaw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mute Netflix Previews एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This lightweight extension MUTES those annoying trailers that start when you browse Netflix. You're welcome!
एक्सटेंशन की मूल जानकारी
नाम | Mute Netflix Previews |
ID | hhnchckoabelffmfhakenpbfhglainhk |
आधिकारिक URL | https://chromewebstore.google.com/detail/mute-netflix-previews/hhnchckoabelffmfhakenpbfhglainhk |
विवरण | Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience. |
फ़ाइल का आकार | 6.69 KB |
स्थापना संख्या | 146 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2019-02-02 |
प्रकाशन तिथि | 2019-02-02 |
रेटिंग | 4.89/5 कुल 9 रेटिंग्स |
डेवलपर | rekshaw |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://gist.githubusercontent.com/muttoni/5b8bf335235e27187a53662083de5fc2/raw/7922bc45b0aaa273478d508eaacd0644ffac1adf/privacypolicy.txt |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ], "description": "Mute all Netflix previews that auto-start. Disables all sound on those annoying trailers from distracting your browsing experience.", "icons": { "128": "128.png" }, "manifest_version": 2, "name": "Mute Netflix Previews", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |