OrangeMonkey
Lightweight Userscript manager. Provides userscripts support for Chromium browsers
OrangeMonkeyคืออะไร?
OrangeMonkey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย exten.helper และคุณลักษณะหลักของมันคือ "Lightweight Userscript manager. Provides userscripts support for Chromium browsers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OrangeMonkey
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [ " |