Total Script Blocker

Total Script Blocker is a smart extension that controls javascript, iframes, and plugins on Google Chrome.

Total Script Blockerคืออะไร?

Total Script Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AlphaSolutions Technology และคุณลักษณะหลักของมันคือ "Total Script Blocker is a smart extension that controls javascript, iframes, and plugins on Google Chrome."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Total Script Blocker

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

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

                        Total Script Blocker is a smart extension that provides extra security for your browser. It can control JavaScripts, iframes, and plugins per tab on domain by domain basis on Edge Chromium.


## Features:
★ Allows you to block all Scripts (inline and external) from untrusted websites.
★ You can easily switch the extension ON or OFF from the toolbar popup.
★ Add or remove websites to the whitelist table easily from toolbar-popup.
★ Midigate cross-site-scripting(XXS) attacks and drive-by-downloads.
★ Total Script Blocker works perfectly together with other extensions such as AdBlock, AdGuard or Ghostery.
★ Built-in WOT (Web of Trust) info 


## More Info
For more information, updates, the change log, or to contribute please visit the project homepage at: 
https://github.com/PrimeN/Total-Script-Blocker                    

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

ชื่อ Total Script Blocker Total Script Blocker
ID iafhjdlaghjpnpgddlhoiokipfpchnkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/total-script-blocker/iafhjdlaghjpnpgddlhoiokipfpchnkc
คำอธิบาย Total Script Blocker is a smart extension that controls javascript, iframes, and plugins on Google Chrome.
ขนาดไฟล์ 410 KB
จำนวนการติดตั้ง 878
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-14
วันที่เผยแพร่ 2020-05-14
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา AlphaSolutions Technology
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "common\/sjcl.js",
                "CHANGE__PASSWORD__HERE.js",
                "common\/common.js",
                "blockStart.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "blockAfter.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Total Script Blocker is a smart extension that controls javascript, iframes, and plugins on Google Chrome.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "19": "img\/forbidden.png",
        "48": "img\/icon48.png"
    },
    "name": "Total Script Blocker",
    "minimum_chrome_version": "70",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/disabled.png",
        "default_popup": "popup.html",
        "default_title": "Total Script Blocker"
    },
    "permissions": [
        "tabs"
    ],
    "version": "1.0"
}