FORCE JS
Force JS
FORCE JS란 무엇입니까?
FORCE JS은(는) cotroncompany에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Force JS"입니다.
확장 프로그램 스크린샷
FORCE JS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
###### Announcement ###### Price will be increase 50% on 1st september 2019 due to TAX in some region ################### This Extension for Inject JS file to Website. Easy to Use by minimal function and friendly interface. Update Version 1.1 - Support Chrome Local Storage - Capability to save Link JS URL - Easily reload JS URL
확장 프로그램 기본 정보
이름 | FORCE JS |
ID | hmlimgcaoahbfjbjliooolggphnndiij |
공식 URL | https://chromewebstore.google.com/detail/force-js/hmlimgcaoahbfjbjliooolggphnndiij |
설명 | Force JS |
파일 크기 | 147 KB |
설치 횟수 | 992 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-08-31 |
출시 날짜 | 2019-08-31 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | cotroncompany |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "hammer.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery.min.js", "popup.js", "getytlink.js" ], "matches": [ "https:\/\/www.google.com\/*>" ] } ], "description": "Force JS", "icons": { "128": "hammer128.png" }, "manifest_version": 2, "name": "FORCE JS", "permissions": [ "activeTab", "storage" ], "version": "1.1" } |