WatchCartoonOnline No Ads
Blocks ads on watchcartoononline and kimcartoon
What is WatchCartoonOnline No Ads?
WatchCartoonOnline No Ads is a Chrome extension developed by Nobody, and its main feature is "Blocks ads on watchcartoononline and kimcartoon".
Extension Screenshots
Download WatchCartoonOnline No Ads Extension CRX File
Download WatchCartoonOnline No Ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | WatchCartoonOnline No Ads |
ID | ddgbpckheohecohgaicbanfbkfinpmgh |
Official URL | https://chromewebstore.google.com/detail/watchcartoononline-no-ads/ddgbpckheohecohgaicbanfbkfinpmgh |
Description | Blocks ads on watchcartoononline and kimcartoon |
File Size | 58.32 KB |
Installation Count | 715 |
Current Version | 0.0.42 |
Last Updated | 2023-09-13 |
Publish Date | 2020-06-08 |
Rating | 3.33/5 Total 18 Ratings |
Developer | Nobody |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |