Bearable Youtube Ads
Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads.
Bearable Youtube Ads क्या है?
Bearable Youtube Ads Komin Antony द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bearable Youtube Ads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension skips any skippable pre-roll video ads that appear within YouTube. Also helps you auto-close any banner ads that appear at the bottom of the video. The aim of this extension is to not hurt content creators (atleast the ones using CPM) while still not annoying users with constant bombardment of ads on the video. Any ads that appear anywhere else on the page will not be removed by this extension.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lfipafeehckhplbphaeodnhhanagbcke |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bearable-youtube-ads/lfipafeehckhplbphaeodnhhanagbcke |
विवरण | Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads. |
फ़ाइल का आकार | 38.66 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2018-12-15 |
प्रकाशन तिथि | 2018-12-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Komin Antony |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bearable Youtube Ads", "description": "Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads.", "version": "0.1.3", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/js\/jquery-3.3.1.min.js", "script.js" ] } ], "browser_action": { "default_title": "Bearable Youtube Ads", "default_icon": "\/logo\/128.png" }, "icons": { "16": "\/logo\/16.png", "48": "\/logo\/48.png", "128": "\/logo\/128.png" }, "manifest_version": 2 } |