WatchCartoonOnline No Ads
Blocks ads on watchcartoononline and kimcartoon
WatchCartoonOnline No Ads란 무엇입니까?
WatchCartoonOnline No Ads은(는) Nobody에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks ads on watchcartoononline and kimcartoon"입니다.
확장 프로그램 스크린샷
WatchCartoonOnline No Ads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This super simple extension hides ads on the WatchCartoonOnline website without crashing it. If you have AdBlock, click "Don't run on pages on this site" to add watchcartoononline as an exception. Now includes autoplay feature! Works on watchcartoononline as well as kimcartoon. Works best when used with popup blocker: https://poperblocker.com/
확장 프로그램 기본 정보
이름 | WatchCartoonOnline No Ads |
ID | ddgbpckheohecohgaicbanfbkfinpmgh |
공식 URL | https://chromewebstore.google.com/detail/watchcartoononline-no-ads/ddgbpckheohecohgaicbanfbkfinpmgh |
설명 | Blocks ads on watchcartoononline and kimcartoon |
파일 크기 | 58.32 KB |
설치 횟수 | 715 |
현재 버전 | 0.0.42 |
최근 업데이트 | 2023-09-13 |
출시 날짜 | 2020-06-08 |
평점 | 3.33/5 총 18 개의 평점 |
개발자 | Nobody |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WatchCartoonOnline No Ads", "version": "0.0.42", "manifest_version": 3, "description": "Blocks ads on watchcartoononline and kimcartoon", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "script.js" ], "run_at": "document_start", "matches": [ "*:\/\/*.wcostream.com\/*", "*:\/\/*.wcostream.net\/*", "*:\/\/*.wcostream.org\/*", "*:\/\/*.wcofun.net\/*", "*:\/\/*.kimcartoon.li\/*", "*:\/\/*.kisscenter.net\/*" ] } ], "action": { "default_icon": "icons\/icon19.png", "default_title": "Blocks ads", "default_popup": "src\/browser_action\/browser_action.html" } } |