Deltahack
hacks your least favorite math site
ما هو Deltahack؟
Deltahack هو إضافة Chrome تم تطويرها بواسطة deltahack، والميزة الرئيسية لها هي "hacks your least favorite math site".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Deltahack
قم بتنزيل ملفات الامتداد Deltahack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
a deltamath hack this extension is PATCHED i am done with school and will no longer be updating it this extension is dead and will not work please dont use it or give any reviews click extension for answers on the deltamath website usage: to use pin the chrome extension and click on it in any deltamath problem for the answer
معلومات أساسية عن التمديد
الاسم | |
ID | lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/deltahack/lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
الوصف | hacks your least favorite math site |
حجم الملف | 10.25 KB |
عدد التثبيتات | 1,474 |
النسخة الحالية | 0.9 |
آخر تحديث | 2021-06-30 |
تاريخ النشر | 2021-06-12 |
تقييم | 2.33/5 مجموع تقييمات 15 |
المطور | deltahack |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deltahack", "version": "0.9", "manifest_version": 2, "description": "hacks your least favorite math site", "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" }, "permissions": [ "activeTab", "storage" ] } |