OrangeMonkey
Lightweight Userscript manager. Provides userscripts support for Chromium browsers
OrangeMonkeyとは何ですか?
OrangeMonkeyはexten.helperによって開発されたChromeの拡張機能で、その主な機能は「Lightweight Userscript manager. Provides userscripts support for Chromium browsers」です。
拡張機能のスクリーンショット
OrangeMonkey拡張機能のCRXファイルをダウンロード
OrangeMonkey拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
OrangeMonkey is a lightweight userscript manager. Fork of the popular Violentmonkey extension with enhanced functionality and updated design. OrangeMonkey is used to run called userscripts. Using them, you can, for example, make a dark theme for your favorite site. Features: - Ability to make backups by saving your entire gallery in a zip archive - Installing userjs by link - Large userjs gallery available and search through it - Convenient one-click script switching - All GM_ * functions available Changelog: - v1.0.2 - Updated popup
拡張機能の基本情報
名前 | OrangeMonkey |
ID | ekmeppjgajofkpiofbebgcbohbmfldaf |
公式URL | https://chromewebstore.google.com/detail/orangemonkey/ekmeppjgajofkpiofbebgcbohbmfldaf |
説明 | Lightweight Userscript manager. Provides userscripts support for Chromium browsers |
ファイルサイズ | 687 KB |
インストール数 | 2,905,938 |
現在のバージョン | 1.0.6 |
最終更新日 | 2023-08-22 |
公開日 | 2021-03-09 |
評価 | 3.09/5 合計 196 レビュー |
開発者 | exten.helper |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OrangeMonkey", "version": "1.0.6", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup\/index.html" }, "background": { "page": "background\/index.html" }, "options_page": "options\/index.html", "content_scripts": [ { "js": [ "injected.js" ], "matches": [ " |