NoScript
Maximum protection for your browser: NoScript allows active content only for trusted domains of your choice to prevent exploitation.
NoScript란 무엇입니까?
NoScript은(는) Hackademix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Maximum protection for your browser: NoScript allows active content only for trusted domains of your choice to prevent exploitation."입니다.
확장 프로그램 스크린샷
NoScript 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NoScript 11.x: finally a cross-browser NoScript for Chrome, Chromium and Firefox-based web clients. Please report any issue at https://noscript.net/forum in the Support section with [Chrome] in the subject. For the more technical inclined, bug reports and/or contributions at https://github.com/hackademix/noscript/ (source code repository). Privacy policy (TLTR: zero data collected): https://addons.mozilla.org/en-US/firefox/addon/noscript/privacy/ Winner of the "PC World World Class Award" and bundled with the Tor Browser, NoScript gives you with the best available protection on the web. It allows JavaScript, Flash, Java and other executable content to run only from trusted domains of your choice, e.g. your home-banking site, mitigating remotely exploitable vulnerabilities including Spectre and Meltdown. It protects your "trust boundaries" against cross-site scripting attacks (XSS), cross-zone DNS rebinding / CSRF attacks (router hacking), and Clickjacking attempts. Such a preemptive approach prevents exploitation of security vulnerabilities (known and even unknown!) with no loss of functionality where you need it. Experts do agree: your browser is really safer with NoScript ;-) FAQ: https://noscript.net/faq Forum: https://noscript.net/forum Source code: https://github.com/hackademix/noscript/
확장 프로그램 기본 정보
이름 | NoScript |
ID | doojmbjmlfjjnbmnoijecmcbfeoakpjm |
공식 URL | https://chromewebstore.google.com/detail/noscript/doojmbjmlfjjnbmnoijecmcbfeoakpjm |
설명 | Maximum protection for your browser: NoScript allows active content only for trusted domains of your choice to prevent exploitation. |
파일 크기 | 912 KB |
설치 횟수 | 194,031 |
현재 버전 | 11.4.18 |
최근 업데이트 | 2023-03-04 |
출시 날짜 | 2020-06-22 |
평점 | 4.12/5 총 200 개의 평점 |
개발자 | Hackademix |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://noscript.net/ |
도움말 페이지 URL | https://noscript.net/forum |
개인정보 보호 정책 페이지 URL | https://addons.mozilla.org/en-US/firefox/addon/noscript/privacy |
지원되는 언어 | ms,de,en,fr,nl,no,tr,ca,da,es,it,lt,pl,pt-BR,ro,fi,el,ru,uk,iw,fa,bn,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "NoScript", "version": "11.4.18", "description": "__MSG_Description__", "incognito": "spanning", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'", "icons": { "48": "img\/icon48.png", "96": "img\/icon96.png", "256": "img\/icon256.png" }, "permissions": [ "contextMenus", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", " |