Tweaks Web Protection

Surf the web without fearing malware

Tweaks Web Protectionคืออะไร?

Tweaks Web Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tweaking.in และคุณลักษณะหลักของมันคือ "Surf the web without fearing malware"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweaks Web Protection

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

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

                        The quickest and safest web browsing experience.

Tweaks Web Protection provides real-time protection and keeps you safe from accessing phishing and malicious websites. With its smart analytics, Tweaks Web Protection efficiently blocks malicious domains and filters out unwanted content improving load time when visiting web pages.

Tweaks Web Protection is designed to identify and block fake sites that follow malicious tactics to trick users. It even crushes browser hijacker, pop-ups, and blocks malicious links. 

Furthermore, this remarkable lightweight tool provides browser protection features, including blocking unwanted URLs, PUP and other malicious websites.

Benefits

• Shields from malicious domains: Blocks malicious URL, malware, phishing sites, PUP, browser hijackers, used by scammers to trick users. 

• Prevents users from visiting malicious web pages: Protects you from accidentally visiting malicious domains.

Features

• Malware protection: Blocks malicious programs that can damage your system.

• Fraud protection: Blocks unwanted URL, PUP, malicious domains and phishing websites.

• Porn block: Blocks any links and websites that contain content related to pornography or inappropriately sexual content.                    

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

ชื่อ Tweaks Web Protection Tweaks Web Protection
ID eefofopjefcjhpnpmpbcbalkmebjapcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tweaks-web-protection/eefofopjefcjhpnpmpbcbalkmebjapcf
คำอธิบาย Surf the web without fearing malware
ขนาดไฟล์ 1.89 MB
จำนวนการติดตั้ง 1,269
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2022-01-18
วันที่เผยแพร่ 2018-11-11
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.tweaking.in
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.stopallads.com/en/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweaks Web Protection",
    "description": "Surf the web without fearing malware",
    "version": "1.0.11",
    "browser_action": {
        "default_icon": {
            "19": "logo\/logo-19.png",
            "38": "logo\/logo-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Tweaks Web Protection"
    },
    "icons": {
        "16": "logo\/logo-16.png",
        "32": "logo\/logo-32.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "js\/CommonHelper.js",
            "js\/CallClasses.js",
            "js\/domainParse.js",
            "js\/db.js",
            "js\/pako.min.js",
            "js\/bloomFilter.js",
            "js\/bloomhelper.js",
            "js\/defiant.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "block\/*"
    ]
}