Adblocker Smart

Malware and Adware blocking on all websites. Lower RAM and CPU usage.

Adblocker Smartคืออะไร?

Adblocker Smart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย totallzero และคุณลักษณะหลักของมันคือ "Malware and Adware blocking on all websites. Lower RAM and CPU usage."

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

screenshot
screenshot
screenshot

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

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

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

                        An efficient blocker saves time without viewing ads. Easy on CPU and memory, while using more filters than other popular blockers. With Adblocker Smart most ads aren't even downloaded. So you can focus on the content you want, and spend less time waiting for it. Want to allow ads on certain sites you love? Adblocker Smart can makes a whitelist. To take Adblocker Smart to take effect, please reload your open tabs and windows.
Malware and Adware blocking on all websites.
Performance enhancement in browsing speed.
Blocker of ads, banners and pre-rolls on Youtube.
No more Banner, PopUp, PopUnder, Overlay or Intermediate Ads.
Integrated Popup Blocker.
Lower RAM and CPU usage.                    

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

ชื่อ Adblocker Smart Adblocker Smart
ID pkhdocodnaconhfddcgdgkhkommjemic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblocker-smart/pkhdocodnaconhfddcgdgkhkommjemic
คำอธิบาย Malware and Adware blocking on all websites. Lower RAM and CPU usage.
ขนาดไฟล์ 2.45 MB
จำนวนการติดตั้ง 5,849
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2022-01-11
วันที่เผยแพร่ 2019-11-27
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา totallzero
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://totallzero.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Adblocker"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline' 'unsafe-eval' ; connect-src *; object-src 'self' ",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "96": "img\/icon_96.png"
    },
    "manifest_version": 2,
    "name": "Adblocker Smart",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "Adblocker Smart",
    "version": "1.0.7",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*",
        "\/img\/*"
    ]
}