Polito.it Utility

This (Unofficial) extension adds special features and allows you to simultaneously download multiple files/video on Polito.it

Polito.it Utilityคืออะไร?

Polito.it Utility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://totosoft.it และคุณลักษณะหลักของมันคือ "This (Unofficial) extension adds special features and allows you to simultaneously download multiple files/video on Polito.it"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Polito.it Utility

ดาวน์โหลดไฟล์ส่วนขยาย Polito.it Utility ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Telegram for support, new feature and bug report: https://t.me/politoutility

This extension adds special features and allows you to simultaneously download multiple files/video/video-lesson on the educational portal (didattica.polito.it).

To download multiple files of course materials:
Just select the files (with CTRL and/or SHIFT) and press right click and "Download as zip"!

To download video lessons:
EasyMode: Simply click on the Download button near the lesson.

Advanced: Click on "Generate Links", select lessons with Click and/or SHIFT and press "Download Selected" to download simultaneously, or click "Copy to Clipboard" to  auto-generate links for Multi-Download manager like JDownload.

If you like it, please, share it with everyone <3,
Enjoy ;)

------------------------------ IMPORTANT ------------------------------
Downloading this plug-in (extension) means implicitly accepting the following disclaimer:
I am not responsible for any illegal and/or unethical use and/or that in any case violates the license agreement and/or the copyrighted material relating to the Politecnico di Torino (polito.it).
Furthermore I am not responsible for damages of any kind or entity due to the use of the plug-in (extension) (for example, for conflicts with the site code, etc.).
USE IT AT YOUR OWN RISK, ALWAYS AWARE OF YOUR ACTIONS!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Polito.it Utility Polito.it Utility
ID hglojnclbngnbmijmgdllkkimnoiohig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/politoit-utility/hglojnclbngnbmijmgdllkkimnoiohig
คำอธิบาย This (Unofficial) extension adds special features and allows you to simultaneously download multiple files/video on Polito.it
ขนาดไฟล์ 264 KB
จำนวนการติดตั้ง 672
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2020-02-06
วันที่เผยแพร่ 2020-02-02
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://totosoft.it
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polito.it Utility",
    "version": "1.3.3",
    "description": "This (Unofficial) extension adds special features and allows you to simultaneously download multiple files\/video on Polito.it",
    "permissions": [
        "tabs",
        "notifications",
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.polito.it\/*",
        "*:\/\/didattica.polito.it\/*",
        "*:\/\/amflgaccempcbjcgehechogijmmmohoj\/*"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "lib\/FileSaver.min.js",
            "lib\/jszip.min.js",
            "lib\/jszip-utils.min.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.polito.it\/portal\/pls\/portal\/sviluppo.videolezioni.vis*",
                "*:\/\/*.polito.it\/pls\/portal30\/sviluppo.videolezioni.vis*",
                "*:\/\/elearning.polito.it\/gadgets\/video\/template_video.php*"
            ],
            "js": [
                "jquery.js",
                "bootstrap.min.js",
                "clipboard.min.js",
                "actions.js"
            ],
            "css": [
                "bootstrap.min.css",
                "style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/elearning.polito.it\/main\/videolezioni\/index.php*"
            ],
            "js": [
                "jquery.js",
                "redirect.js"
            ]
        },
        {
            "matches": [
                "*:\/\/didattica.polito.it\/pls\/portal30\/sviluppo.pagina_corso.main*"
            ],
            "js": [
                "jquery.js",
                "test.js",
                "lib\/FileSaver.min.js",
                "lib\/jszip.min.js",
                "lib\/jszip-utils.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "tR38Tkk1z3.js",
        "test.js",
        "sviluppo.filemgr.filenavigator.js",
        "sviluppo.filemgr.main_table.html",
        "sviluppo.filemgr.config.js",
        "jquery.js",
        "bootstrap.min.js",
        "clipboard.min.js",
        "lib\/FileSaver.min.js",
        "lib\/jszip.min.js",
        "lib\/jszip-utils.min.js"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.polito.it\/*",
            "*:\/\/amflgaccempcbjcgehechogijmmmohoj\/*",
            "*:\/\/hglojnclbngnbmijmgdllkkimnoiohig\/*"
        ]
    },
    "manifest_version": 2
}