Autoskip Netflix Intro
Skip the intro's on netflix
Autoskip Netflix Intro क्या है?
Autoskip Netflix Intro Lukas Demeyere द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skip the intro's on netflix"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Autoskip Netflix Intro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Binging your favourite show and getting tired of clicking the button to skip the intro of your Netflix episode? This extension does this automatically for you. You can easy enable/disable this feature. Skip to Next Episode --- You need to refresh your Netflix tab so the extension is loaded and can skip the intro automatically. ---
एक्सटेंशन की मूल जानकारी
नाम | Autoskip Netflix Intro |
ID | olljgnejdhpmoolooihgcdoannkfodji |
आधिकारिक URL | https://chromewebstore.google.com/detail/autoskip-netflix-intro/olljgnejdhpmoolooihgcdoannkfodji |
विवरण | Skip the intro's on netflix |
फ़ाइल का आकार | 463 KB |
स्थापना संख्या | 158 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2023-04-13 |
प्रकाशन तिथि | 2020-06-10 |
रेटिंग | 2.78/5 कुल 9 रेटिंग्स |
डेवलपर | Lukas Demeyere |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoskip Netflix Intro", "version": "0.0.5", "manifest_version": 3, "description": "Skip the intro's on netflix", "icons": { "16": "icons\/netskips16.png", "48": "icons\/netskips48.png", "128": "icons\/netskips128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_title": "Start skipping" }, "permissions": [ "storage" ] } |