OrangeMonkey
Lightweight Userscript manager. Provides userscripts support for Chromium browsers
OrangeMonkey क्या है?
OrangeMonkey exten.helper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lightweight Userscript manager. Provides userscripts support for Chromium browsers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OrangeMonkey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |