GDPlay
Play Video Smoother on gdriveplayer
Vad är GDPlay?
GDPlay är en Chrome-tillägg utvecklad av gdriveplayer team, och dess huvudfunktion är "Play Video Smoother on gdriveplayer".
Tilläggsskärmbilder
Ladda ner GDPlay-förlängningens CRX-fil
Ladda ner GDPlay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | idjmioilgmedmbfabcfnpeaclcndeekb | 
| Officiell webbadress | https://chromewebstore.google.com/detail/gdplay/idjmioilgmedmbfabcfnpeaclcndeekb | 
| Beskrivning | Play Video Smoother on gdriveplayer | 
| Filstorlek | 99.75 KB | 
| Antal Installationer | 48,620 | 
| Aktuell Version | 1.1.2 | 
| Senast Uppdaterad | 2021-08-29 | 
| Publiceringsdatum | 2020-11-20 | 
| Betyg | 3.30/5 Totalt 10 Betyg | 
| Utvecklare | gdriveplayer team | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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\/*"
        ]
    }
}  |  |