Lichess Random Challenge
Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org
ما هو Lichess Random Challenge؟
Lichess Random Challenge هو إضافة Chrome تم تطويرها بواسطة DaciteRocks، والميزة الرئيسية لها هي "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lichess Random Challenge
قم بتنزيل ملفات الامتداد Lichess Random Challenge بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows user to accept a random subscriber, random challenger, and delete all challenges. Added delete all challenges for (twitch.tv/imrosen)
معلومات أساسية عن التمديد
الاسم | Lichess Random Challenge |
ID | dbfiajmohmadhlkpokgbikikeppjmibd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lichess-random-challenge/dbfiajmohmadhlkpokgbikikeppjmibd |
الوصف | Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org |
حجم الملف | 147 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.4 |
آخر تحديث | 2021-03-16 |
تاريخ النشر | 2021-03-16 |
المطور | DaciteRocks |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lichess Random Challenge", "author": "Simon Lammer, Thijs van den Hout, Connor Wardell", "description": "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org", "version": "1.4", "homepage_url": "https:\/\/github.com\/daciteRocks\/lichess-accept-random-challenge", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.lichess.org\/*", "*:\/\/lichess.org\/*" ], "js": [ "lichessARC.js" ], "css": [ "lichessARC.css" ] } ] } |