AirCampus Potal Download Extender

Extend download capability on AirCampus Portal

什麼是AirCampus Potal Download Extender?

AirCampus Potal Download Extender是由Takuya Ono開發的Chrome擴展程式,該擴展的主要功能是“Extend download capability on AirCampus Portal”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載AirCampus Potal Download Extender擴展crx文件

下載AirCampus Potal Download Extender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extend download capability on AirCampus Portal.

AC download adds a download capability to the video screen of the AirCampus portal by BBT University and BBT Graduate School.

It is sold at the Chrome Web Store, but you can try it for free. The source is available on GitHub.
It may become unusable due to changes in AirCampus specifications.

It uses Google Tag Manager and Google Analytics as research for what features should be expanded in the future.                    

擴展基本資訊

名稱 AirCampus Potal Download Extender AirCampus Potal Download Extender
ID bihgcnpallfieghidgdfcnhdhjaamgkl
官方網址 https://chromewebstore.google.com/detail/aircampus-potal-download/bihgcnpallfieghidgdfcnhdhjaamgkl
簡介 Extend download capability on AirCampus Portal
檔案大小 91.05 KB
安裝次數 76
目前版本 1.4.2022.4110
更新時間 2022-04-11
上架時間 2020-05-25
開發者 Takuya Ono
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://github.com/takuya-o/ACdownload
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vRM2SXohzY6shEZFFXmguJAJqWf-7LUyrMJHIkA5-eNyj34oAcQfiaxvEbCH8i4Bc1QabBw3f3X9zmM/pub
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "AC download",
    "name": "__MSG_ACdownload_name__",
    "description": "__MSG_ACdownload_description__",
    "author": "Takuya Ono",
    "version": "1.4.2022.4110",
    "minimum_chrome_version": "88",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/accontent.bbt757.com\/content\/*",
                "*:\/\/www.bbt757.com\/content\/*",
                "*:\/\/www.ohmae.ac.jp\/content\/*"
            ],
            "js": [
                "lib\/prototype.js",
                "lib\/tagmanager.js",
                "ACdownload.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/player.aircamp.us\/content\/*"
            ],
            "js": [
                "lib\/tagmanager.js",
                "PlayerExtender.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'https:\/\/www.googletagmanager.com' 'https:\/\/www.google-analytics.com';"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "19": "icon_19.png",
        "16": "icon_16.png"
    },
    "default_locale": "ja"
}