FORCE JS
Force JS
什麼是FORCE JS?
FORCE JS是由cotroncompany開發的Chrome擴展程式,該擴展的主要功能是“Force JS”。
擴展截圖
下載FORCE JS擴展crx文件
下載FORCE JS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
###### 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 擴展基本資訊
| 名稱 | |
| ID | hmlimgcaoahbfjbjliooolggphnndiij |
| 官方網址 | 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"
} | |