Chegg Skip Extension

Skip Chegg Question with reason don't have subject knowledge with just single click!

什么是Chegg Skip Extension?

Chegg Skip Extension是由Kasi Reddy D开发的Chrome扩展程序,该扩展的主要功能是“Skip Chegg Question with reason don't have subject knowledge with just single click!”。

扩展截图

screenshot

下载Chegg Skip Extension扩展crx文件

下载Chegg Skip Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Skip Chegg Question with one click.                    

扩展基本信息

名称 Chegg Skip Extension Chegg Skip Extension
ID faccodjobfpcgkppnoikebhllclepeia
官方URL https://chromewebstore.google.com/detail/chegg-skip-extension/faccodjobfpcgkppnoikebhllclepeia
简介 Skip Chegg Question with reason don't have subject knowledge with just single click!
文件大小 10.94 KB
安装次数 5,484
当前版本 1.2
更新时间 2021-09-28
上架时间 2020-11-29
评分 4.07/5 共55次评分
开发者 Kasi Reddy D
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chegg Skip Extension",
    "version": "1.2",
    "description": "Skip Chegg Question with reason don't have subject knowledge with just single click!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/expert.chegg.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "incognito": "split"
}