Simple Content Blocker - S.C.B

With Simple Content Blocker you will be able to block Notifications, Popups, Images, Cookies, Camera, Microphone and Location access

Simple Content Blocker - S.C.Bคืออะไร?

Simple Content Blocker - S.C.B เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kodemuse.dev และคุณลักษณะหลักของมันคือ "With Simple Content Blocker you will be able to block Notifications, Popups, Images, Cookies, Camera, Microphone and Location access"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Content Blocker - S.C.B

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

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

                        "Simple Content Blocker" extension is created for enhancing your privacy and productivity when you visit various websites.

"Simple Content Blocker" helps you block or allow following content on various websites:
- Automatic Downloads
- Camera
- Cookies
- Images
- JavaScript
- Location
- Microphone
- Notifications
- Un-Sandboxed Plugins
- Popups

With this extension an end-user will be able to block automatic downloads, cookies, camera access, images, javascripts, popups, location tracking, microphone etc on all websites.

The extension also has support for dark mode.

For in-depth documentation on how to use the extension, please visit:
https://www.kodemuse.dev/simple-content-blocker/

Privacy notice: This software neither collects nor transmits any personally identifiable information. This software does not track your browsing behaviour. Information necessary for functioning of this software is stored on the devices of the end user, our servers do not have access to this information.

For more information please read our privacy policy and terms of service.

Terms:
https://www.kodemuse.dev/tos/

Privacy:
https://www.kodemuse.dev/privacy/                    

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

ชื่อ Simple Content Blocker - S.C.B Simple Content Blocker - S.C.B
ID mklcapjdpomecmlfinjjjmgdbimbhhdf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mklcapjdpomecmlfinjjjmgdbimbhhdf
คำอธิบาย With Simple Content Blocker you will be able to block Notifications, Popups, Images, Cookies, Camera, Microphone and Location access
ขนาดไฟล์ 93.46 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2023-05-18
วันที่เผยแพร่ 2021-03-21
ผู้พัฒนา http://kodemuse.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.kodemuse.dev/simple-content-blocker/
URL หน้าช่วยเหลือ https://www.kodemuse.dev/simple-content-blocker/
URL หน้านโยบายความเป็นส่วนตัว https://www.kodemuse.dev/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Content Blocker - S.C.B",
    "version": "2.1",
    "short_name": "SCB",
    "description": "With Simple Content Blocker you will be able to block Notifications, Popups, Images, Cookies, Camera, Microphone and Location access",
    "permissions": [
        "storage",
        "contentSettings"
    ],
    "icons": {
        "16": "\/image\/icon\/16.png",
        "24": "\/image\/icon\/24.png",
        "32": "\/image\/icon\/32.png",
        "48": "\/image\/icon\/48.png",
        "64": "\/image\/icon\/64.png",
        "128": "\/image\/icon\/128.png",
        "256": "\/image\/icon\/256.png",
        "512": "\/image\/icon\/512.png"
    },
    "action": {
        "default_title": "SCB",
        "default_icon": {
            "16": "\/image\/icon\/16.png",
            "24": "\/image\/icon\/24.png",
            "32": "\/image\/icon\/32.png",
            "48": "\/image\/icon\/48.png",
            "64": "\/image\/icon\/64.png",
            "128": "\/image\/icon\/128.png",
            "256": "\/image\/icon\/256.png",
            "512": "\/image\/icon\/512.png"
        },
        "default_popup": "\/popup\/popup.html"
    },
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.kodemuse.dev\/simple-content-blocker\/",
    "background": {
        "service_worker": "\/background\/background_sw.js"
    }
}