Auto Skip
Skip Youtube ads automatically.
Auto Skip क्या है?
Auto Skip Kodebroz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skip Youtube ads automatically."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Skip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hey there, Are you annoyed by sudden YouTube ads? Guess what? Automates the process of clicking the "Skip Ad" button with Auto Skip Chrome Extension. it's not an ad blocker, it simply automates the process of clicking on the "Skip Ad" button on YouTube. it's really handy when you are going through some playlist or chilling and watching your favorite YouTuber, no need to bother and click on "Skip Ad" button, simply sit back and enjoy the content without any interruption. Hoping, this extension is making your YouTube experience better. Happy Coding! Happy YouTubing!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | phnofgchbnhnblinddmnmkjhpifciimb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/auto-skip/phnofgchbnhnblinddmnmkjhpifciimb |
विवरण | Skip Youtube ads automatically. |
फ़ाइल का आकार | 11.39 KB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2021-01-31 |
प्रकाशन तिथि | 2021-01-31 |
डेवलपर | Kodebroz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Skip", "version": "0.0.1", "description": "Skip Youtube ads automatically.", "icons": { "16": "images\/autoskip16.png", "32": "images\/autoskip32.png", "48": "images\/autoskip48.png", "128": "images\/autoskip128.png" }, "manifest_version": 2, "author": "Kodebroz", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "kodebroz_auto_skip_content.js" ], "run_at": "document_end", "all_frames": true } ] } |