Wildmonkey
Lightweight userscript manager
ما هو Wildmonkey؟
Wildmonkey هو إضافة Chrome تم تطويرها بواسطة Dualsub Studio، والميزة الرئيسية لها هي "Lightweight userscript manager".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wildmonkey
قم بتنزيل ملفات الامتداد Wildmonkey بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features: * Lightweight. * Supports execute userscripts automatically and manually. * Supports two types of userscripts, JavaScript and CSS. * Supports all Web Extension browsers, including mobile browsers.
معلومات أساسية عن التمديد
الاسم | Wildmonkey |
ID | jlffehhlfkdbdheffcaekpmkhfphmhpg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wildmonkey/jlffehhlfkdbdheffcaekpmkhfphmhpg |
الوصف | Lightweight userscript manager |
حجم الملف | 75.36 KB |
عدد التثبيتات | 477 |
النسخة الحالية | 0.16.1 |
آخر تحديث | 2024-01-06 |
تاريخ النشر | 2022-01-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Dualsub Studio |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/muzuiget/monkey-support |
عنوان صفحة المساعدة | https://github.com/muzuiget/monkey-support/issues |
اللغات المدعومة | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "110", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.16.1", "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "injected.js" ], "matches": [ " |