Riddler

Browser extension for Riddler, the online riddle enhancer.

什么是Riddler?

Riddler是由http://riddler.app开发的Chrome扩展程序,该扩展的主要功能是“Browser extension for Riddler, the online riddle enhancer.”。

扩展截图

screenshot
screenshot
screenshot

下载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!                    

扩展基本信息

名称 Riddler Riddler
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
电子邮箱 [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"
    }
}