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