Riddle of the Day - Riddles.net
Get a daily riddle delivered straight to your browser every single day!
What is Riddle of the Day - Riddles.net?
Riddle of the Day - Riddles.net is a Chrome extension developed by https://riddles.net, and its main feature is "Get a daily riddle delivered straight to your browser every single day!".
Extension Screenshots
Download Riddle of the Day - Riddles.net Extension CRX File
Download Riddle of the Day - Riddles.net 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
Get a riddle delivered directly to your browser every single day.
Extension Basic Information
Name | |
ID | einbanhhmelnpolnicpcecghcdnmioab |
Official URL | https://chrome.google.com/webstore/detail/riddle-of-the-day-riddles/einbanhhmelnpolnicpcecghcdnmioab |
Description | Get a daily riddle delivered straight to your browser every single day! |
File Size | 22.63 KB |
Installation Count | 767 |
Current Version | 1.1.0 |
Last Updated | 2020-02-22 |
Publish Date | 2020-02-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://riddles.net |
Payment Type | free |
Extension Website | https://riddles.net |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Riddle of the Day - Riddles.net", "description": "Get a daily riddle delivered straight to your browser every single day!", "browser_action": { "default_icon": "assets\/images\/default_x32.png", "default_popup": "popup.html" }, "icons": { "128": "assets\/images\/default_x128.png", "48": "assets\/images\/default_x48.png", "16": "assets\/images\/default_x16.png" }, "permissions": [ "https:\/\/riddles.net\/api\/v1\/daily-riddle" ], "version": "1.1.0", "manifest_version": 2 } |