Check All Scripts with URLVoid
Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)
Check All Scripts with URLVoid란 무엇입니까?
Check All Scripts with URLVoid은(는) hchiam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)"입니다.
확장 프로그램 스크린샷
Check All Scripts with URLVoid 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is the Chrome version of the Firefox add-on: https://addons.mozilla.org/en-CA/firefox/addon/check-all-scripts-with-urlvoid You can find the source code here: https://github.com/hchiam/urlvoid-firefox-extension
확장 프로그램 기본 정보
이름 | Check All Scripts with URLVoid |
ID | inehjeemhpipbglglmjnnabcfpofeljm |
공식 URL | https://chromewebstore.google.com/detail/check-all-scripts-with-ur/inehjeemhpipbglglmjnnabcfpofeljm |
설명 | Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.) |
파일 크기 | 107 KB |
설치 횟수 | 57 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2023-12-30 |
출시 날짜 | 2020-07-02 |
개발자 | hchiam |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/hchiam/urlvoid-firefox-extension |
도움말 페이지 URL | https://github.com/hchiam/urlvoid-firefox-extension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Check All Scripts with URLVoid", "description": "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)", "version": "3.0.0", "homepage_url": "https:\/\/github.com\/hchiam\/urlvoid-firefox-extension", "icons": { "48": "icon.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "brain.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "48": "icon.png", "128": "icon128.png" } }, "permissions": [ "storage", "tabs" ] } |