Riddler
Browser extension for Riddler, the online riddle enhancer.
Riddler là gì?
Riddler là một tiện ích mở rộng Chrome được phát triển bởi http://riddler.app, và tính năng chính của nó là "Browser extension for Riddler, the online riddle enhancer.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Riddler
Tải xuống các tệp mở rộng Riddler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pipfgmnooemfjelejnboacpkgodhbddh |
URL Chính Thức | https://chrome.google.com/webstore/detail/riddler/pipfgmnooemfjelejnboacpkgodhbddh |
Mô tả | Browser extension for Riddler, the online riddle enhancer. |
Kích Thước Tệp | 1018 KB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 0.3.9 |
Cập Nhật Lần Cuối | 2022-06-26 |
Ngày Phát Hành | 2021-03-16 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://riddler.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://riddler.app |
URL Trang Trợ Giúp | https://github.com/EmoonX/riddler |
URL Trang Chính Sách Bảo Mật | https://riddler.app/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |