Riddler
Browser extension for Riddler, the online riddle enhancer.
Apa itu Riddler?
Riddler adalah ekstensi Chrome yang dikembangkan oleh http://riddler.app, dan fitur utamanya adalah "Browser extension for Riddler, the online riddle enhancer.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Riddler
Unduh file ekstensi Riddler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | pipfgmnooemfjelejnboacpkgodhbddh |
URL Resmi | https://chrome.google.com/webstore/detail/riddler/pipfgmnooemfjelejnboacpkgodhbddh |
Deskripsi | Browser extension for Riddler, the online riddle enhancer. |
Ukuran File | 1018 KB |
Jumlah Instalasi | 107 |
Versi Saat Ini | 0.3.9 |
Terakhir Diperbarui | 2022-06-26 |
Tanggal Publikasi | 2021-03-16 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | http://riddler.app |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://riddler.app |
URL Halaman Bantuan | https://github.com/EmoonX/riddler |
URL Halaman Kebijakan Privasi | https://riddler.app/privacy-policy |
Bahasa yang Didukung | 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" } } |