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 |
| 官方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"
} | |