Default Player for Google Drive™

Open any audio or image in the default viewer on Google Drive™, Google Classroom™ and Gmail™

Default Player for Google Drive™ là gì?

Default Player for Google Drive™ là một tiện ích mở rộng Chrome được phát triển bởi nmihaly0113, và tính năng chính của nó là "Open any audio or image in the default viewer on Google Drive™, Google Classroom™ and Gmail™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Default Player for Google Drive™

Tải xuống các tệp mở rộng Default Player for Google Drive™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ⭐ Open any audio or image in the default Chromium viewer, instead of the unusable audio player and image viewer Google uses in some of their products like Google Drive.

Supported websites:
✔️ Google Drive™
✔️ Google Classroom™
✔️ Gmail™

❗ The purpose of this extension is to enable you to use the built-in audio player and image viewer. However, they are very similar to the ones Google uses on their websites, so I definitely recommend using the extensions listed below for the best experience:

🎵 BetterPlayer for the audios, made by narcolepticinsomniac:
https://chrome.google.com/webstore/detail/betterplayer/dbcfpoaehlbfdeeaonihhkoocmjgalco
🖼️ Image Viewer+ for the images, made by Skyfighteer:
https://chrome.google.com/webstore/detail/image-viewer%20-a-modern-im/lbdkjmcmikdimbaclamdopflohiidbpn

❓ Contact me to request any website from Google that you would like to see being added to the supported sites!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Default Player for Google Drive™ Default Player for Google Drive™
ID apabcmdcfnkihagpfoldofolhaocpcpk
URL Chính Thức https://chromewebstore.google.com/detail/default-player-for-google/apabcmdcfnkihagpfoldofolhaocpcpk
Mô tả Open any audio or image in the default viewer on Google Drive™, Google Classroom™ and Gmail™
Kích Thước Tệp 29.45 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-09-30
Ngày Phát Hành 2022-05-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển nmihaly0113
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Default Player for Google Drive\u2122",
    "description": "Open any audio or image in the default viewer on Google Drive\u2122, Google Classroom\u2122 and Gmail\u2122",
    "author": "Skyfighteer",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/drive.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/classroom.google.com\/*"
            ],
            "js": [
                "content-script.js",
                "arrive.js"
            ],
            "run_at": "document_start"
        }
    ]
}