Worm Clan
This extension will save the server used by Wormate.io
ما هو Worm Clan؟
Worm Clan هو إضافة Chrome تم تطويرها بواسطة rostomdz، والميزة الرئيسية لها هي "This extension will save the server used by Wormate.io".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Worm Clan
قم بتنزيل ملفات الامتداد Worm Clan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Worm Clan extension This extension works on Wormate.io , it's a successful online game with dynamic storyline and fun graphics. This extension enables you to create clans and select rooms.
معلومات أساسية عن التمديد
الاسم | |
ID | lcdigmabpbapaekemeajepdbanmhfooc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/worm-clan/lcdigmabpbapaekemeajepdbanmhfooc |
الوصف | This extension will save the server used by Wormate.io |
حجم الملف | 51.42 KB |
عدد التثبيتات | 299 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2021-06-10 |
تاريخ النشر | 2021-06-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | rostomdz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://wormclan.com |
عنوان صفحة المساعدة | https://wormclan.com |
عنوان صفحة سياسة الخصوصية | https://wormclan.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Worm Clan", "description": "This extension will save the server used by Wormate.io", "version": "0.0.0.1", "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "*:\/\/*.wormate.io\/*" ] } ], "browser_action": { "default_icon": "popup\/icon.png", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "content.json", "Contents\/css\/bootstrap.min.css", "Contents\/js\/bootstrap.bundle.min.js", "settings_loader.js" ], "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "*:\/\/*.wormate.io\/*" ] } |