GDPlay
Play Video Smoother on gdriveplayer
What is GDPlay?
GDPlay is a Chrome extension developed by gdriveplayer team, and its main feature is "Play Video Smoother on gdriveplayer".
Extension Screenshots
Download GDPlay Extension CRX File
Download GDPlay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | GDPlay |
ID | idjmioilgmedmbfabcfnpeaclcndeekb |
Official URL | https://chromewebstore.google.com/detail/gdplay/idjmioilgmedmbfabcfnpeaclcndeekb |
Description | Play Video Smoother on gdriveplayer |
File Size | 99.75 KB |
Installation Count | 48,620 |
Current Version | 1.1.2 |
Last Updated | 2021-08-29 |
Publish Date | 2020-11-20 |
Rating | 3.30/5 Total 10 Ratings |
Developer | gdriveplayer team |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } } |