Kode Injector
Helps to inject JavaScript and CSS from local files
ما هو Kode Injector؟
Kode Injector هو إضافة Chrome تم تطويرها بواسطة maximtop، والميزة الرئيسية لها هي "Helps to inject JavaScript and CSS from local files".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kode Injector
قم بتنزيل ملفات الامتداد Kode Injector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Kode Injector helps you to modify sites you are visiting with you browser via injecting JavaScript or CSS code. IMPORTANT: This extension need "Allow access to file URLs" to be activated Links to local files should have "file" protocol, for example: "file:///index.js" Please fill free to submit your issues here: https://gitlab.com/maximtop/kode-injector/issues
معلومات أساسية عن التمديد
الاسم | Kode Injector |
ID | fgdehkdkmaiedleekbjpfoicpmodbicg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kode-injector/fgdehkdkmaiedleekbjpfoicpmodbicg |
الوصف | Helps to inject JavaScript and CSS from local files |
حجم الملف | 547 KB |
عدد التثبيتات | 237 |
النسخة الحالية | 0.7.4 |
آخر تحديث | 2023-05-01 |
تاريخ النشر | 2018-03-06 |
المطور | maximtop |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://gitlab.com/maximtop/kode-injector |
عنوان صفحة المساعدة | https://gitlab.com/maximtop/kode-injector/issues |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "options_page": "options.html", "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "48": "assets\/img\/icon-48.png", "128": "assets\/img\/icon-128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png" }, "default_title": "__MSG_name__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |