Seterra Answers
Highlights the Correct Answer in Gold for all https://online.seterra.com quizzes.
什么是Seterra Answers?
Seterra Answers是由seoboteur开发的Chrome扩展程序,该扩展的主要功能是“Highlights the Correct Answer in Gold for all https://online.seterra.com quizzes.”。
扩展截图
下载Seterra Answers扩展crx文件
下载Seterra Answers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This works for all quizzes on Seterra. No need to memorize every city and country location anymore! We have Google Maps - the future is now.                     扩展基本信息
| 名称 |   |  
| ID | mkbdbihamajcemmpbealmlkpbpbhfkdj | 
| 官方URL | https://chromewebstore.google.com/detail/seterra-answers/mkbdbihamajcemmpbealmlkpbpbhfkdj | 
| 简介 | Highlights the Correct Answer in Gold for all https://online.seterra.com quizzes. | 
| 文件大小 | 5.95 KB | 
| 安装次数 | 852 | 
| 当前版本 | 0.3 | 
| 更新时间 | 2021-11-07 | 
| 上架时间 | 2021-09-21 | 
| 评分 | 3.78/5 共9次评分 | 
| 开发者 | seoboteur | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 隐私政策页面URL | https://justpaste.it/4a22g/pdf | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Seterra Answers",
    "description": "Highlights the Correct Answer in Gold for all https:\/\/online.seterra.com quizzes.",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/online.seterra.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "permissions": []
}  |  |