LearnAndEarn

We collect educational app data for Learn & Earn to improve our coaching for students.

什么是LearnAndEarn?

LearnAndEarn是由gt.school开发的Chrome扩展程序,该扩展的主要功能是“We collect educational app data for Learn & Earn to improve our coaching for students.”。

扩展截图

screenshot
screenshot

下载LearnAndEarn扩展crx文件

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

扩展使用说明

                        Chrome 107+ is required to use this extension.                    

扩展基本信息

名称 LearnAndEarn LearnAndEarn
ID ejblanogjchhnpkbplblcmdpgfahhpdi
官方URL https://chromewebstore.google.com/detail/learnandearn/ejblanogjchhnpkbplblcmdpgfahhpdi
简介 We collect educational app data for Learn & Earn to improve our coaching for students.
文件大小 30.18 MB
安装次数 788
当前版本 1.0.0
更新时间 2024-03-03
上架时间 2023-02-09
开发者 gt.school
电子邮箱 [email protected]
付费类型 free
扩展官网 https://learnandearn.school/
隐私政策页面URL https://gt.school/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LearnAndEarn",
    "description": "We collect educational app data for Learn & Earn to improve our coaching for students.",
    "version": "1.0.0",
    "icons": {
        "16": "\/assets\/icons\/learn-and-earn-16.png",
        "48": "\/assets\/icons\/learn-and-earn-64.png",
        "128": "\/assets\/icons\/learn-and-earn-128.png"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "background",
        "contextMenus",
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "idle",
        "tabs",
        "scripting",
        "webRequest",
        "nativeMessaging",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "index.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.ixl.com\/*",
                "https:\/\/*.readtheory.org\/*",
                "https:\/\/*.khanacademy.org\/*"
            ],
            "js": [
                "apollo-client-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.ixl.com\/*"
            ],
            "js": [
                "learning-input-validation-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.duolingo.com\/*",
                "https:\/\/*.ixl.com\/*"
            ],
            "js": [
                "third-party-app-credentials-popup-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset 1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.jpeg",
                "*.js",
                "*.js.map",
                "*.json",
                "*.mp4",
                "*.png",
                "*.svg",
                "*.ttf",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}