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™ क्या है?
Default Player for Google Drive™ nmihaly0113 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open any audio or image in the default viewer on Google Drive™, Google Classroom™ and Gmail™"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Default Player for Google Drive™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
⭐ 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!
एक्सटेंशन की मूल जानकारी
नाम | Default Player for Google Drive™ |
ID | apabcmdcfnkihagpfoldofolhaocpcpk |
आधिकारिक URL | https://chromewebstore.google.com/detail/default-player-for-google/apabcmdcfnkihagpfoldofolhaocpcpk |
विवरण | Open any audio or image in the default viewer on Google Drive™, Google Classroom™ and Gmail™ |
फ़ाइल का आकार | 29.45 KB |
स्थापना संख्या | 101 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2022-09-30 |
प्रकाशन तिथि | 2022-05-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | nmihaly0113 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |