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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads."입니다.
확장 프로그램 스크린샷
Bearable Youtube Ads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |