SmartBlock - Adblocker

A smart adblocker for a safe web navigation.

SmartBlock - Adblockerคืออะไร?

SmartBlock - Adblocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mohdzish2000 และคุณลักษณะหลักของมันคือ "A smart adblocker for a safe web navigation."

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

screenshot

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

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

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

                        Block annoying ads and popups from the web !

ⓘ About SmartBlock
SmartBlock is a free adblocker that can prevent all ads from distracting you on the web. WIth an easy intuitive UI, designed to be modern but non diverting, SmartBlock can be a great tool while navigating any website that can overwhelm you with a lot of ads.

✓ FEATURES :
☆ Block ads that fill up your web page, allowing you to navigate easily and distraction free.
☆ Prevent any popup pages from opening up.
☆ Block any unwanted banners from loading.
☆ WHITELIST any site that you wish to see ads in.
☆ Sync your SmartBlock experience across all desktops.
☆ Helps the web page load way faster !

★ Background
SmartBlock is an open-source project, you can find the source files here :
GitHub: https://github.com/MohdZish/Smart-Block-Ad-blocker-Chrome-Extension

✪ Made by : Mohammed Zishan
Contact : mzishan.com                    

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

ชื่อ SmartBlock - Adblocker SmartBlock - Adblocker
ID hjpfndnpahcmoeabhcmnnlglhkppdhcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartblock-adblocker/hjpfndnpahcmoeabhcmnnlglhkppdhcm
คำอธิบาย A smart adblocker for a safe web navigation.
ขนาดไฟล์ 1.34 MB
จำนวนการติดตั้ง 207
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2021-02-12
วันที่เผยแพร่ 2021-02-12
ผู้พัฒนา mohdzish2000
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/MohdZish/Smart-Block-Ad-blocker-Chrome-Extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartBlock - Adblocker",
    "version": "0.0.0.1",
    "description": "A smart adblocker for a safe web navigation.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "storage.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/logo_16x16.png",
        "48": "icons\/logo_48x48.png",
        "128": "icons\/logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "assets\/css\/fontawesome.min.css",
                "assets\/css\/regular.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/css\/fontawesome.min.css",
        "assets\/css\/regular.min.css",
        "assets\/webfonts\/fa-regular-400.woff2"
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "manifest_version": 2
}