Oily Monkey
Rock with injecting user script but simpler!
ما هو Oily Monkey؟
Oily Monkey هو إضافة Chrome تم تطويرها بواسطة 阿尔贝鲁، والميزة الرئيسية لها هي "Rock with injecting user script but simpler!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Oily Monkey
قم بتنزيل ملفات الامتداد Oily Monkey بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Rock with injecting user script but simpler! This extension allows users to easily inject user scripts into the target page. Users can use regular expressions to match the URL of the target page and set the script to be injected. When the extension starts running, the script will be injected every time the target page is opened. Users can manage multiple rule configurations, but only one configuration will actually take effect in the end Docs: https://github.com/alchemy-works/oily-monkey
معلومات أساسية عن التمديد
الاسم | Oily Monkey |
ID | oajcemihjdjpmjkocdgikhlmlifkkgni |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/oily-monkey/oajcemihjdjpmjkocdgikhlmlifkkgni |
الوصف | Rock with injecting user script but simpler! |
حجم الملف | 183 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 0.0.7 |
آخر تحديث | 2024-01-02 |
تاريخ النشر | 2023-08-20 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | 阿尔贝鲁 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/alchemy-works/oily-monkey |
عنوان صفحة المساعدة | https://github.com/alchemy-works/oily-monkey |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Oily Monkey", "version": "0.0.7", "description": "Rock with injecting user script but simpler!", "homepage_url": "https:\/\/github.com\/alchemy-works\/oily-monkey", "background": { "service_worker": "background\/background.js", "type": "module" }, "permissions": [ "storage", "scripting", "declarativeNetRequest" ], "host_permissions": [ " |