Skip Video Ads in YouTube™
Play any YouTube Video without annoying Ads.
Skip Video Ads in YouTube™ क्या है?
Skip Video Ads in YouTube™ https://www.downloadhub.cloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play any YouTube Video without annoying Ads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Skip Video Ads in YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Skip Video Ads in YouTube™ is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad. A browser extension that automates skipping ad on YouTube. This is not an ad blocker; it just automates the process of clicking on the "Skip Ad" button on YouTube. This is basically useful when you are watching a YouTube video, and an ad starts playing. YouTube allows you to skip the ad after 5 seconds, but if you can't be bothered to click it yourself, this extension clicks that button for you. Configurations can be set per channel. Did you know: YouTubers are paid 50% of the revenue for any ads playing on their videos. You can use this extension to play ads longer for channels you want to support, or skip them entirely for some.
एक्सटेंशन की मूल जानकारी
नाम | Skip Video Ads in YouTube™ |
ID | bmjgmdoeljhfnajdeknpckcpkimiijci |
आधिकारिक URL | https://chromewebstore.google.com/detail/skip-video-ads-in-youtube/bmjgmdoeljhfnajdeknpckcpkimiijci |
विवरण | Play any YouTube Video without annoying Ads. |
फ़ाइल का आकार | 136 KB |
स्थापना संख्या | 1,118 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2024-01-08 |
प्रकाशन तिथि | 2022-09-19 |
रेटिंग | 4.71/5 कुल 17 रेटिंग्स |
डेवलपर | https://www.downloadhub.cloud |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://www.downloadhub.cloud/2022/09/skip-video-ads-youtube.html |
गोपनीयता नीति पृष्ठ URL | https://www.codehemu.com/p/privacy-policy.html |
समर्थित भाषाएँ | en,en-GB,en-US,es,ru,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "data\/icons\/icon-128.png", "32": "data\/icons\/icon-32.png", "38": "data\/icons\/icon-38.png", "512": "data\/icons\/icon-512.png" }, "default_popup": "data\/interface\/index.html?popup", "default_title": "__MSG_actionTitle__" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "bundled-content-script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "youtube", "path": "data\/rules\/youtube.json" } ] }, "default_locale": "en", "description": "__MSG_extensionDescription__", "host_permissions": [ " |