Fastgenuity

Better and faster experience on Edgenuity

Fastgenuity란 무엇입니까?

Fastgenuity은(는) saucesteals에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better and faster experience on Edgenuity"입니다.

확장 프로그램 스크린샷

screenshot

Fastgenuity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Speed up your experience on Edgenuity, faster and autoplayed videos, no hidden questions, no question delay.

Care to contribute? - https://github.com/saucesteals/fastgenuity                    

확장 프로그램 기본 정보

이름 Fastgenuity Fastgenuity
ID lohcmdockimmldpiioinamcimopfkkfk
공식 URL https://chrome.google.com/webstore/detail/fastgenuity/lohcmdockimmldpiioinamcimopfkkfk
설명 Better and faster experience on Edgenuity
파일 크기 12.21 KB
설치 횟수 3,691
현재 버전 0.2.2
최근 업데이트 2023-05-23
출시 날짜 2021-02-24
평점 3.97/5 총 34 개의 평점
개발자 saucesteals
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/saucesteals/fastgenuity
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fastgenuity",
    "version": "0.2.2",
    "manifest_version": 3,
    "description": "Better and faster experience on Edgenuity",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/player.js",
                "src\/loader.js"
            ],
            "matches": [
                "https:\/\/*.edgenuity.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.edgenuity.com\/player*"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ]
}