GDPlay
Play Video Smoother on gdriveplayer
GDPlayとは何ですか?
GDPlayはgdriveplayer teamによって開発されたChromeの拡張機能で、その主な機能は「Play Video Smoother on gdriveplayer」です。
拡張機能のスクリーンショット
GDPlay拡張機能のCRXファイルをダウンロード
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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
        ]
    }
}  |  |