Script Blocker Ultimate (NoScript,Disable JS)

Script Blocker Ultimate

Script Blocker Ultimate (NoScript,Disable JS)คืออะไร?

Script Blocker Ultimate (NoScript,Disable JS) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mojtaba Daneshi และคุณลักษณะหลักของมันคือ "Script Blocker Ultimate"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Script Blocker Ultimate (NoScript,Disable JS)

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

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

                        Script Blocker Ultimate makes it easy to block Scripts.

Script Blocker Ultimate is designed to block Java Scripts.

Allow all:Through this method, Script Blocker Ultimate will allow all scripts to execute.
Block all:Through this method, Script Blocker Ultimate will block all scripts to execute. Be careful
Block all but whitelist:Through this method, Script Blocker Ultimate will block all scripts but whitelist.
Allow all but blacklist:Through this method, Script Blocker Ultimate will allow all scripts but blacklist.


While using blocking Java Scripts, you might encounter some irregular behavior in web pages which can be solved by white listing said web page.
I suggest to blacklist News sites that are full of ads and only their texts is important for us.

You can use '*' character in whitelisting and blacklisting domains (e.g., *.google.com).

If you have any suggestions or found bugs/errors, please feel free to contact us on [email protected]
We look forward to your feedback.

Happy Blocking!                    

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

ชื่อ Script Blocker Ultimate (NoScript,Disable JS) Script Blocker Ultimate (NoScript,Disable JS)
ID onedokhafbakmhkblnokgjcliehfognj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/script-blocker-ultimate-n/onedokhafbakmhkblnokgjcliehfognj
คำอธิบาย Script Blocker Ultimate
ขนาดไฟล์ 43.55 KB
จำนวนการติดตั้ง 12,880
เวอร์ชันปัจจุบัน 5.0.0
อัปเดตครั้งล่าสุด 2023-12-19
วันที่เผยแพร่ 2020-05-26
คะแนน 4.79/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Mojtaba Daneshi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://popupblocker.ir
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Script Blocker Ultimate (NoScript,Disable JS)",
    "short_name": "Script Blocker Ultimate",
    "version": "5.0.0",
    "description": "Script Blocker Ultimate",
    "homepage_url": "http:\/\/PopupBlocker.ir",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": "data\/icons\/icon-enabled.png",
        "default_title": "Script Blocker Ultimate",
        "default_popup": "data\/popup\/popup.html"
    },
    "options_ui": {
        "page": "data\/options\/options.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "data\/icons\/icon-16.png",
        "32": "data\/icons\/icon-enabled.png",
        "48": "data\/icons\/icon-48.png",
        "64": "data\/icons\/icon-64.png",
        "128": "data\/icons\/icon-128.png"
    }
}