Riddler
Browser extension for Riddler, the online riddle enhancer.
What is Riddler?
Riddler is a Chrome extension developed by http://riddler.app, and its main feature is "Browser extension for Riddler, the online riddle enhancer.".
Extension Screenshots
Download Riddler Extension CRX File
Download Riddler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | pipfgmnooemfjelejnboacpkgodhbddh |
Official URL | https://chrome.google.com/webstore/detail/riddler/pipfgmnooemfjelejnboacpkgodhbddh |
Description | Browser extension for Riddler, the online riddle enhancer. |
File Size | 1018 KB |
Installation Count | 107 |
Current Version | 0.3.9 |
Last Updated | 2022-06-26 |
Publish Date | 2021-03-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://riddler.app |
[email protected] | |
Payment Type | free |
Extension Website | https://riddler.app |
Help Page URL | https://github.com/EmoonX/riddler |
Privacy Policy Page URL | https://riddler.app/privacy-policy |
Supported Languages | 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" } } |