Riddler
Browser extension for Riddler, the online riddle enhancer.
ما هو Riddler؟
Riddler هو إضافة Chrome تم تطويرها بواسطة http://riddler.app، والميزة الرئيسية لها هي "Browser extension for Riddler, the online riddle enhancer.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Riddler
قم بتنزيل ملفات الامتداد Riddler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Riddler is a three-sided application (browser extension, website, Discord bot) for players and administrators of online riddle games. If you're here, you probably know how it goes. ! IMPORTANT: After installing it and/or when a new riddle is added to the system, be sure to update the allowed hosts by clicking on the "Update hosts" button located in the extension's popup menu. This will request and grant host permissions required for the extension to work on all currently registered riddle domains. Have fun!
معلومات أساسية عن التمديد
الاسم | |
ID | pipfgmnooemfjelejnboacpkgodhbddh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/riddler/pipfgmnooemfjelejnboacpkgodhbddh |
الوصف | Browser extension for Riddler, the online riddle enhancer. |
حجم الملف | 1018 KB |
عدد التثبيتات | 107 |
النسخة الحالية | 0.3.9 |
آخر تحديث | 2022-06-26 |
تاريخ النشر | 2021-03-16 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | http://riddler.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://riddler.app |
عنوان صفحة المساعدة | https://github.com/EmoonX/riddler |
عنوان صفحة سياسة الخصوصية | https://riddler.app/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Riddler", "description": "Browser extension for Riddler, the online riddle enhancer.", "version": "0.3.9", "background": { "page": "background.html" }, "permissions": [ "webRequest", "https:\/\/riddler.app\/process" ], "optional_permissions": [ "*:\/\/*\/*" ], "browser_action": { "default_icon": "images\/letter-r-32.png", "default_title": "Riddler", "default_popup": "popup.html" } } |