Default Player for Google Drive™

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

O que é Default Player for Google Drive™?

Default Player for Google Drive™ é uma extensão do Chrome desenvolvida por nmihaly0113, e sua principal característica é "Open any audio or image in the default viewer on Google Drive™, Google Classroom™ and Gmail™".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Default Player for Google Drive™

Baixe arquivos de extensão Default Player for Google Drive™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ⭐ 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!                    

Informações Básicas da Extensão

Nome Default Player for Google Drive™ Default Player for Google Drive™
ID apabcmdcfnkihagpfoldofolhaocpcpk
URL Oficial https://chromewebstore.google.com/detail/default-player-for-google/apabcmdcfnkihagpfoldofolhaocpcpk
Descrição Open any audio or image in the default viewer on Google Drive™, Google Classroom™ and Gmail™
Tamanho do Arquivo 29.45 KB
Contagem de Instalações 101
Versão Atual 1.0.2
Última Atualização 2022-09-30
Data de Publicação 2022-05-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nmihaly0113
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}