AirCampus Potal Download Extender

Extend download capability on AirCampus Portal

AirCampus Potal Download Extender क्या है?

AirCampus Potal Download Extender Takuya Ono द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extend download capability on AirCampus Portal"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AirCampus Potal Download Extender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}