Disable Javascript
Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…
Disable Javascript란 무엇입니까?
Disable Javascript은(는) iboyosifns에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your…"입니다.
확장 프로그램 스크린샷
Disable Javascript 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your protection, you can disable or enable JavaScript in Chrome with these steps.
확장 프로그램 기본 정보
이름 | Disable Javascript |
ID | ljllphohcllhbadkbnekpdpdgkfpmcpg |
공식 URL | https://chromewebstore.google.com/detail/disable-javascript/ljllphohcllhbadkbnekpdpdgkfpmcpg |
설명 | Chrome and many other web browsers. Some people may publish websites that use the scripting language maliciously though. For your… |
파일 크기 | 172 KB |
설치 횟수 | 12 |
현재 버전 | 0.2 |
최근 업데이트 | 2018-02-08 |
출시 날짜 | 2018-02-07 |
개발자 | iboyosifns |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.google.com/intl/ar/policies/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Javascript", "version": "0.2", "description": "", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Manage" }, "background": { "scripts": [ "js\/buy.js", "js\/sitesModal.js", "js\/background.js" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoZRVFsNbKmkDpzAlaxigc8aRwzczjVEz2o53buu5h7vEeBsdR8DLr6I6bWnvkJ88JP973uYMMBeflpAw\/KRWd1RC5h+QGoeb31H5XHzIUNLA+yEwKR5Jo5UwRYx9v9Cw0fWlZo0AEWF8pNqjiqjXM0EGH1VvBYtCJOWrU2M62Ke9pZ3Z\/nZ4gsxn7nYejET\/4lkOcjFrxXYXBX21Iy0ZPrAObVhVfbCour0uipsJBCM8aWsv7OYv9kS7EbVosPYqGXwoJfjUECR7cqwGrv4ENm8HkckJaLOoXYQWU0kUt9AY2\/t1nnLkT31niu4lXwYqBuWuxU48UHy8DN14W6mtAwIDAQAB", "permissions": [ "contentSettings", "activeTab" ], "icons": { "48": "icon.png" } } |