Cloudopt AdBlocker

Protects you from tracing and malicious domain names, filters banner ads, pop-up ads and video ads, all in real-time.

Cloudopt AdBlockerคืออะไร?

Cloudopt AdBlocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cloudopt.net และคุณลักษณะหลักของมันคือ "Protects you from tracing and malicious domain names, filters banner ads, pop-up ads and video ads, all in real-time."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloudopt AdBlocker

ดาวน์โหลดไฟล์ส่วนขยาย Cloudopt AdBlocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Protect your security in real time, prevent tracing, malicious domain names, filter banner ads, pop-up ads, and video ads.

The most powerful security plugin in the Eastern Hemisphere, Cloudopt can effectively block all types of ads on all pages, phishing sites, phishing sites and phones.

Cloudopt Adblock can do this:

1. Block common ads.
2. Accelerate page loading, save bandwidth, block ads and pop-up windows.
3. Block all spyware, adware, and dial-up installers.
4. Protect your privacy by blocking common third-party tracking systems.
5. Protect your against malicious and phishing attacks.
6. Protect you from harassment and fraud.
7. Block the script from the dangerous website to download something.

Why use Cloudopt?

1. Cloudopt has ultra-small size and high performance. Installation only need to blink, run as long as similar software general memory.
2. Based on the Material Design design style, with Chrome perfect fusion together.
3. Cloudopt is connected to the cloud security center in real time to protect your browsing security and automatically update ad blocking rules.
4. Our gold medal customer service 7x24 hours on standby, providing a variety of feedback channels.

Cloudopt and adblock, adblock plus, adguard, uBlock the same easy to use, may wish to try it!

If you need help or feedback, you can go to https://www.cloudopt.net/support                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cloudopt AdBlocker Cloudopt AdBlocker
ID cnffkgfknlbnbfhihojeagbmcdcfdcnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cloudopt-adblocker/cnffkgfknlbnbfhihojeagbmcdcfdcnb
คำอธิบาย Protects you from tracing and malicious domain names, filters banner ads, pop-up ads and video ads, all in real-time.
ขนาดไฟล์ 2.6 MB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 2.3.0
อัปเดตครั้งล่าสุด 2020-12-28
วันที่เผยแพร่ 2020-05-12
คะแนน 4.35/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา https://www.cloudopt.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cloudopt.net
URL หน้าช่วยเหลือ https://www.cloudopt.net/support
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudopt.net/policy/privacy
ภาษาที่รองรับ de,en,fr,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_infoName__",
    "short_name": "Cloudopt AdBlocker",
    "version": "2.3.0",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "__MSG_infoDescription__",
    "default_locale": "en",
    "icons": {
        "64": "image\/icon\/default\/icon64.png",
        "128": "image\/icon\/default\/icon128.png",
        "256": "image\/icon\/default\/icon256.png",
        "512": "image\/icon\/default\/icon512.png"
    },
    "permissions": [
        "",
        "privacy",
        "notifications",
        "tabs",
        "activeTab",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "webNavigation",
        "system.memory"
    ],
    "browser_action": {
        "default_icon": {
            "19": "image\/icon\/default\/icon19.png",
            "38": "image\/icon\/default\/icon38.png"
        },
        "default_title": "Cloudopt AdBlocker",
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "css": [
                "lib\/icon\/icon.css",
                "css\/bookmark.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "content.js"
            ]
        },
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*.cloudopt.net\/*",
                "https:\/\/*.cloudopt.net\/*"
            ],
            "js": [
                "block.js"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "lib\/purify.min.js",
                "adguard\/adguard-content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "lib\/purify.min.js",
                "adguard\/adguard-assistant.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "adguard\/assistant\/assistant.js",
        "suspend.html"
    ]
}