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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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": [
" | |