Netflix Helper
This Netflix extension to control volume with the mouse wheel, and auto skip intro.
Netflix Helper क्या है?
Netflix Helper Sarequl Basar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Netflix extension to control volume with the mouse wheel, and auto skip intro."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Netflix extension controls volume with the mouse wheel, and auto skip intros. I originally created this for myself, but my friends suggested I make it publicly available since they found it useful - so here it is, free for you! 🙂 Features: 1. On / Off Extension with a button 2. Control volume with mouse. 3. Auto Skip Intro. 4. Hide Sections that you don't like 5. Cool Extension UI Coming soon: 1. Assign mouse button for different tasks. Changelog: #2.1.0 1. Fixed (auto skip intro, auto skip recap, auto skip outro). 2. Auto Next Episode. 3. manifest version 3 4. Feel free to create an issue about what shortcut you need. #2.0.2 1. Added Keyboard Shortcut. (Press N for Next Episode) #2.0 *Added UI for the extension. *On / Off extension functionality with a button. *Hide Sections that you don't like. *Reload Button (after any changes). #1.0 *Control volume with mouse. *Auto Skip Intro ##You can request for more features## https://ko-fi.com/sarequl/
एक्सटेंशन की मूल जानकारी
नाम | Netflix Helper |
ID | mlfdbphlfojgfeepjojcalginhedfpnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-helper/mlfdbphlfojgfeepjojcalginhedfpnk |
विवरण | This Netflix extension to control volume with the mouse wheel, and auto skip intro. |
फ़ाइल का आकार | 59.66 KB |
स्थापना संख्या | 220 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2022-10-06 |
प्रकाशन तिथि | 2021-02-18 |
रेटिंग | 5.00/5 कुल 16 रेटिंग्स |
डेवलपर | Sarequl Basar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ko-fi.com/sarequl/ |
सहायता पृष्ठ URL | https://ko-fi.com/sarequl/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Helper", "version": "2.1.0", "manifest_version": 3, "description": "This Netflix extension to control volume with the mouse wheel, and auto skip intro.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/netflix-helper\/mlfdbphlfojgfeepjojcalginhedfpnk", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "Netflix Helper UI", "default_popup": "src\/popup\/public\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "src\/backend\/netflixHelper.js" ] } ], "host_permissions": [ "*:\/\/*.netflix.com\/" ], "permissions": [ "storage", "tabs" ] } |