Custom JavaScript for Websites 3
Run custom JavaScript on any website.
Custom JavaScript for Websites 3란 무엇입니까?
Custom JavaScript for Websites 3은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Run custom JavaScript on any website."입니다.
확장 프로그램 스크린샷
Custom JavaScript for Websites 3 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Overview Run custom JavaScript on any website. Added remote uploading. Run custom JavaScript on any website. Use this tool to inject custom JavaScript in any website. Your scripts are kept by the Chrome sync API and applied across domain URLs. You can inject custom JavaScript based on domain or custom Regular Expression (since v3.1.1). This extension supports dedicated tab to edit your codes since v2.5.1 You can use some built-in libraries such as * jQuery 1.12.4 * jQuery 2.2.4 * jQuery 3.2.1 * Indefinite Observable 1.0.1 * MooTools 1.6.0 or/and your own external scripts. Use cases: * Site debugging (wrong list sort, etc.) * Extract useful information from website, such as billings/orders metadata * Hide annoying popups and Ads * Custom UI * Anything you can think of :) New features: Ace Editor (formating, highlight, undo/redo by hotkeys) Draft auto save (so doesn't matter when you close the window without saving) Hosts (websites) switch (you can browse customjs of other websites) Include external script (eq. Underscore.js is cool) Thanks to: Ace - http://ace.c9.io/ Pure - http://purecss.io/
확장 프로그램 기본 정보
이름 | Custom JavaScript for Websites 3 |
ID | fadhnaamieppahmfbeppffbpfkkiohdl |
공식 URL | https://chromewebstore.google.com/detail/custom-javascript-for-web/fadhnaamieppahmfbeppffbpfkkiohdl |
설명 | Run custom JavaScript on any website. |
파일 크기 | 572 KB |
설치 횟수 | 608 |
현재 버전 | 3.4.10 |
최근 업데이트 | 2022-01-17 |
출시 날짜 | 2022-01-16 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Unknown |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Run custom JavaScript on any website.", "version": "3.4.10", "manifest_version": 2, "name": "Custom JavaScript for Websites 3", "short_name": "customjs3", "author": "helene.ramirez37", "minimum_chrome_version": "52.0.2743", "icons": { "16": "icon-16.png", "19": "icon-19.png", "32": "icon-32.png", "38": "icon-38.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "all_frames": true, "js": [ "run.js" ], "matches": [ " |