GDPlay
Play Video Smoother on gdriveplayer
Co to jest GDPlay?
GDPlay to rozszerzenie Chrome opracowane przez gdriveplayer team, a jego główną funkcją jest „Play Video Smoother on gdriveplayer”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GDPlay
Pobierz pliki rozszerzeń GDPlay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This tool was used to play video smoother on gdriveplayer app
How to use it:
There is no setting panet. Just toggle the icon to switch to "on" or "off". Red icon indicate "off" and green icon indicated "on"
Changelog:
1.0.0
- initial release
1.0.2
- fix iframe problem Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | idjmioilgmedmbfabcfnpeaclcndeekb |
| Oficjalny URL | https://chromewebstore.google.com/detail/gdplay/idjmioilgmedmbfabcfnpeaclcndeekb |
| Opis | Play Video Smoother on gdriveplayer |
| Rozmiar pliku | 99.75 KB |
| Liczba instalacji | 48,620 |
| Aktualna Wersja | 1.1.2 |
| Ostatnia Aktualizacja | 2021-08-29 |
| Data Publikacji | 2020-11-20 |
| Ocena | 3.30/5 Łącznie 10 Oceny |
| Deweloper | gdriveplayer team |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GDPlay",
"version": "1.1.2",
"manifest_version": 2,
"description": "Play Video Smoother on gdriveplayer",
"icons": {
"16": "16-on.png",
"48": "48-on.png",
"128": "128-on.png"
},
"background": {
"page": "background.html",
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/localhost\/*",
"*:\/\/gdriveplayer.to\/*",
"*:\/\/redirector.gdrivecdn.me\/*",
"*:\/\/playermantab.com\/*",
"*:\/\/playerbiasa.xyz\/*",
"*:\/\/database.gdriveplayer.us\/*",
"*:\/\/databasegdriveplayer.co\/*",
"*:\/\/databasegdriveplayer.xyz\/*"
],
"js": [
"jquery.js",
"content.js"
],
"all_frames": true
}
],
"permissions": [
"cookies",
"*:\/\/drive.google.com\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/gdriveplayer.to\/*",
"*:\/\/redirector.gdrivecdn.me\/*"
]
}
} | |