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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://github.com/EmoonX/riddler |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |