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
Eメール [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": [
                ""
            ]
        }
    ]
}