WatchCartoonOnline No Ads

Blocks ads on watchcartoononline and kimcartoon

什麼是WatchCartoonOnline No Ads?

WatchCartoonOnline No Ads是由Nobody開發的Chrome擴展程式,該擴展的主要功能是“Blocks ads on watchcartoononline and kimcartoon”。

擴展截圖

screenshot

下載WatchCartoonOnline No Ads擴展crx文件

下載WatchCartoonOnline No Ads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 WatchCartoonOnline No Ads
ID ddgbpckheohecohgaicbanfbkfinpmgh
官方網址 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"
    }
}