exec JavaScript
Inject your own JS code on any website
exec JavaScript란 무엇입니까?
exec JavaScript은(는) Water에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inject your own JS code on any website"입니다.
확장 프로그램 스크린샷
exec JavaScript 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension created to inject your custom JavaScript code into almost any website When you injecting your code - it will be automatically saved, or you can just hit the save button Also you can hit R/X/F buttons, they contain code prefabs and means: [const R with return function to test it/let X with console.log/simple Function] If you getting some error, just click on it, when its appears, and copy it via CTRL+C After right-clicking on the extension icon, you can: 1. Remove the icon 2. See a cookie, but I didn't tell you that, right? The extension contains: 1. jQuery v3.7.1 2. Ace editor v1.4.12 3. Displays cookies in the context menu
확장 프로그램 기본 정보
이름 | exec JavaScript |
ID | mcaphekjmimgcaflfkmglmanjhifhpnb |
공식 URL | https://chromewebstore.google.com/detail/exec-javascript/mcaphekjmimgcaflfkmglmanjhifhpnb |
설명 | Inject your own JS code on any website |
파일 크기 | 329 KB |
설치 횟수 | 32 |
현재 버전 | 2.3.0 |
최근 업데이트 | 2023-12-28 |
출시 날짜 | 2020-07-04 |
개발자 | Water |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "exec JavaScript", "short_name": "execJS", "description": "Inject your own JS code on any website", "version": "2.3.0", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_popup": "popup.html" }, "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "scripting", "contextMenus" ], "manifest_version": 3 } |