deekay
Finder of Lost Articles on magic.wizards.com
ما هو deekay؟
deekay هو إضافة Chrome تم تطويرها بواسطة MaxMakesMagic، والميزة الرئيسية لها هي "Finder of Lost Articles on magic.wizards.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة deekay
قم بتنزيل ملفات الامتداد deekay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
DeeKay is a Chrome extension which tries to fix up broken articles on https://magic.wizards.com by providing a Wayback alternative
معلومات أساسية عن التمديد
الاسم | deekay |
ID | hgmdbmkbjfbijcieojcfnjpbklkfknba |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/deekay/hgmdbmkbjfbijcieojcfnjpbklkfknba |
الوصف | Finder of Lost Articles on magic.wizards.com |
حجم الملف | 3.32 MB |
عدد التثبيتات | 76 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2023-12-28 |
تاريخ النشر | 2023-12-24 |
المطور | MaxMakesMagic |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/maxmakesmagic/deekay |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "deekay", "description": "Finder of Lost Articles on magic.wizards.com", "version": "0.0.0.2", "manifest_version": 3, "icons": { "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/magic.wizards.com\/*" ], "js": [ "deekay.js" ] } ], "web_accessible_resources": [ { "resources": [ "hashes\/*" ], "matches": [ "https:\/\/magic.wizards.com\/*" ] } ] } |