GDPlay
Play Video Smoother on gdriveplayer
GDPlay란 무엇입니까?
GDPlay은(는) gdriveplayer team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Video Smoother on gdriveplayer"입니다.
확장 프로그램 스크린샷
GDPlay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } } |