ScriptAutoRunner
Injects to any Script into a Website. It can be autorun as well.
ScriptAutoRunnerとは何ですか?
ScriptAutoRunnerはnakajmgによって開発されたChromeの拡張機能で、その主な機能は「Injects to any Script into a Website. It can be autorun as well.」です。
拡張機能のスクリーンショット
ScriptAutoRunner拡張機能のCRXファイルをダウンロード
ScriptAutoRunner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
More detail, see https://github.com/nakajmg/ScriptAutoRunner/README.md 拡張機能の基本情報
| 名前 | |
| ID | gpgjofmpmjjopcogjgdldidobhmjmdbm |
| 公式URL | https://chromewebstore.google.com/detail/scriptautorunner/gpgjofmpmjjopcogjgdldidobhmjmdbm |
| 説明 | Injects to any Script into a Website. It can be autorun as well. |
| ファイルサイズ | 130 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2015-09-23 |
| 公開日 | 2015-09-23 |
| 評価 | 4.87/5 合計 31 レビュー |
| 開発者 | nakajmg |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ScriptAutoRunner",
"description": "Injects to any Script into a Website. It can be autorun as well.",
"version": "0.1.0",
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
" | |