Netflix Awesome Extensions
The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent.
Netflix Awesome Extensions क्या है?
Netflix Awesome Extensions Nick Incorporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Awesome Extensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This app improves in an incredibly awesome way, the poor user experience provided by Netflix. Its introducing the most mind blowing features ever: 1. Click on the video to pause and unpause. BAM! 2. Adjust the volume with the mouse wheel. Wickedaaa! 3. Skip the intro automatically. Cha-Ching! 4. The annoying dialog which asks if you are still watching will be automatically accepted if you have move your mouse within the last hour. Patent pending! 5. If you let the netflix page open for a while it crashes and you have to reload. But not any more. Now just move the mouse and it will be reloaded for you. Bang! The most awesome things in live are simple ;)
एक्सटेंशन की मूल जानकारी
नाम | Netflix Awesome Extensions |
ID | midmkncnhpphmdjlnfcoinhcekapmkic |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-awesome-extension/midmkncnhpphmdjlnfcoinhcekapmkic |
विवरण | The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent. |
फ़ाइल का आकार | 100 KB |
स्थापना संख्या | 1,656 |
वर्तमान संस्करण | 0.8 |
अंतिम अपडेट | 2020-05-18 |
प्रकाशन तिथि | 2020-05-17 |
रेटिंग | 3.65/5 कुल 23 रेटिंग्स |
डेवलपर | Nick Incorporation |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Awesome Extensions", "description": "The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent.", "version": "0.8", "manifest_version": 2, "author": "Nikolai Solovev", "icons": { "16": "img\/icon_128.png", "128": "img\/icon_128.png" }, "content_scripts": [ { "all_frames": false, "js": [ "jquery-3.5.0.min.js", "jquery.mousewheel.min.js", "content.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ] } ], "permissions": [ "https:\/\/www.netflix.com\/" ] } |