Script Control
Allow or block JavaScript.
Script Controlคืออะไร?
Script Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kai Nightmode และคุณลักษณะหลักของมันคือ "Allow or block JavaScript."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Script Control
ดาวน์โหลดไฟล์ส่วนขยาย Script Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FEATURES • Allow or block JavaScript globally. • Allow or block JavaScript for multiple domains. • Allow or block JavaScript for individual domains. • Light and dark theme preferences. LIMITATIONS Chrome only allows 5000 simple rules (single domain) and 1000 complex rules (multiple domains). If you think you need more rules you may want to try an extension like NoScript or uBlock Origin that may not be using Chrome's new rule based technology. Script Control modifies security headers at low level to allow or block JavaScript. If you are using another security focused extension that is using the same technique, one or both extensions may interfere with each other. PRIVACY Script Control respects your privacy. https://nightmode.fm/software/script-control/privacy DONATE This software may be free but my love of loose leaf tea is not. Donate to support my work and unlock private messages on Ko-fi. https://ko-fi.com/kai_nightmode
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Script Control |
ID | lhdjmcedmkdenkgphahlnmkbddhbgeoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/script-control/lhdjmcedmkdenkgphahlnmkbddhbgeoh |
คำอธิบาย | Allow or block JavaScript. |
ขนาดไฟล์ | 366 KB |
จำนวนการติดตั้ง | 144 |
เวอร์ชันปัจจุบัน | 2023.10.24.0 |
อัปเดตครั้งล่าสุด | 2023-10-26 |
วันที่เผยแพร่ | 2021-05-01 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Kai Nightmode |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nightmode.fm/software/script-control |
URL หน้าช่วยเหลือ | https://ko-fi.com/kai_nightmode |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "images\/icon\/status\/status-blue-16.png", "24": "images\/icon\/status\/status-blue-24.png", "32": "images\/icon\/status\/status-blue-32.png", "48": "images\/icon\/status\/status-blue-48.png", "64": "images\/icon\/status\/status-blue-64.png", "96": "images\/icon\/status\/status-blue-96.png", "128": "images\/icon\/status\/status-blue-128.png" }, "default_popup": "page\/light\/dark\/popup.html", "default_title": "Script Control" }, "background": { "service_worker": "background.js" }, "description": "Allow or block JavaScript.", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon\/logo\/logo-dark-16.png", "24": "images\/icon\/logo\/logo-dark-24.png", "32": "images\/icon\/logo\/logo-dark-32.png", "48": "images\/icon\/logo\/logo-dark-48.png", "64": "images\/icon\/logo\/logo-dark-64.png", "96": "images\/icon\/logo\/logo-dark-96.png", "128": "images\/icon\/logo\/logo-dark-128.png" }, "incognito": "spanning", "manifest_version": 3, "minimum_chrome_version": "92", "name": "Script Control", "options_ui": { "open_in_tab": true, "page": "page\/light\/dark\/options.html" }, "permissions": [ "browsingData", "declarativeNetRequest", "declarativeNetRequestFeedback", "scripting", "storage", "tabs" ], "short_name": "S.Control", "version": "2023.10.24.0" } |