GDPlay
Play Video Smoother on gdriveplayer
Что такое GDPlay?
GDPlay - это расширение Chrome, разработанное gdriveplayer team, и его основная функция - "Play Video Smoother on gdriveplayer".
Снимки экрана расширения
Скачать файл CRX расширения GDPlay
Скачайте файлы расширений GDPlay в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | GDPlay |
ID | idjmioilgmedmbfabcfnpeaclcndeekb |
Официальный URL | https://chromewebstore.google.com/detail/gdplay/idjmioilgmedmbfabcfnpeaclcndeekb |
Описание | Play Video Smoother on gdriveplayer |
Размер файла | 99.75 KB |
Количество установок | 48,620 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2021-08-29 |
Дата публикации | 2020-11-20 |
Рейтинг | 3.30/5 Всего 10 оценок |
Разработчик | gdriveplayer team |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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\/*" ] } } |