No-Script Suite Lite
Blocks scripts (and more) on untrusted websites.
No-Script Suite Liteคืออะไร?
No-Script Suite Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chYer และคุณลักษณะหลักของมันคือ "Blocks scripts (and more) on untrusted websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No-Script Suite Lite
ดาวน์โหลดไฟล์ส่วนขยาย No-Script Suite Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No-Script Suite Lite provides an extra security for your browser. It allows JavaScript (inline & external) to be executed only by trusted websites of your choice. Some websites are added to the white-list by default, but you can add or remove items at any time. Important features: a) Allows you to block all Scripts (inline and external) from untrusted websites (plus you can block Images, Objects, Styles and Media as well). b) Simple and very lite: this Addon does not use noticeable memory or CPU form your machine. c) You can easily switch the extension On or Off from the toolbar popup UI. d) Add or remove websites to the white-list table easily from toolbar-popup. e) Beside scripts, you can also block style-sheets, images, objects and media from untrusted sources. To activate, open toolbar-popup and click on the desired option at the bottom of the panel. f) Choose desired blocking engine, Web-Request-Observer or Content-Security-Policy from the options page. g) Add desired whitelist or blacklist rules with regular expressions. Note: to read about all the new features or reporting bugs please visit addon's homepage (https://mybrowseraddon.com/noscript-lite.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | No-Script Suite Lite |
ID | ahnanjpbkghcdgmlchbcfoiefnifjeni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-script-suite-lite/ahnanjpbkghcdgmlchbcfoiefnifjeni |
คำอธิบาย | Blocks scripts (and more) on untrusted websites. |
ขนาดไฟล์ | 128 KB |
จำนวนการติดตั้ง | 23,137 |
เวอร์ชันปัจจุบัน | 0.3.7 |
อัปเดตครั้งล่าสุด | 2023-12-27 |
วันที่เผยแพร่ | 2020-04-10 |
คะแนน | 3.55/5 รวมทั้งหมด 178 คะแนน |
ผู้พัฒนา | chYer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/noscript-lite.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/noscript-lite.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.7", "manifest_version": 3, "name": "No-Script Suite Lite", "host_permissions": [ "*:\/\/*\/*" ], "homepage_url": "https:\/\/mybrowseraddon.com\/noscript-lite.html", "description": "Blocks scripts (and more) on untrusted websites.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "webRequest", "declarativeNetRequest" ], "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "action": { "default_title": "No-Script Suite Lite", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |