YouTube Auto Skiper
YouTube Auto Skiper - Automatically skip the ads button appears.
YouTube Auto Skiper क्या है?
YouTube Auto Skiper namdaik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube Auto Skiper - Automatically skip the ads button appears."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Auto Skiper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The app will automatically click skip ads on youtube after 5 seconds to skip ads in a friendly manner. Will also remove annoying ads on pages: shopee.vn, sendo.vn, tiki.vn, lazada.vn. If you have any questions about the software, please contact me via email: [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | clocflifoieofjffhkhelnmhjibfpihj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-auto-skiper/clocflifoieofjffhkhelnmhjibfpihj |
विवरण | YouTube Auto Skiper - Automatically skip the ads button appears. |
फ़ाइल का आकार | 3.78 MB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2022-02-18 |
प्रकाशन तिथि | 2022-02-16 |
डेवलपर | namdaik |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7 |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1", "manifest_version": 3, "name": "YouTube Auto Skiper", "description": "YouTube Auto Skiper - Automatically skip the ads button appears.", "author": "Namdaik", "homepage_url": "http:\/\/ext-land.namdaik.com\/", "action": { "default_popup": "option.html" }, "icons": { "128": "assets\/images\/ytskip\/logo-128x128.png", "16": "assets\/images\/ytskip\/logo-16x16.png", "32": "assets\/images\/ytskip\/logo-32x32.png", "64": "assets\/images\/ytskip\/logo-64x64.png" }, "content_scripts": [ { "all_frames": false, "js": [ "assets\/libs\/jquery.js", "assets\/js\/client.js", "assets\/js\/content.js" ], "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.tiki.vn\/*", "*:\/\/*.shopee.vn\/*", "*:\/\/*.lazada.vn\/*", "*:\/\/*.sendo.vn\/*" ] } ], "permissions": [ "declarativeNetRequest", "storage", "activeTab" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset1", "enabled": true, "path": "assets\/rules.json" } ] } } |