Riddler
Browser extension for Riddler, the online riddle enhancer.
Riddlerとは何ですか?
Riddlerはhttp://riddler.appによって開発されたChromeの拡張機能で、その主な機能は「Browser extension for Riddler, the online riddle enhancer.」です。
拡張機能のスクリーンショット
Riddler拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |