GBF Raid Finder Auto-Copier
Extension that helps auto-copy the newest room ID in the raid finder webpage.
GBF Raid Finder Auto-Copier란 무엇입니까?
GBF Raid Finder Auto-Copier은(는) contact.hey.note에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that helps auto-copy the newest room ID in the raid finder webpage."입니다.
확장 프로그램 스크린샷
GBF Raid Finder Auto-Copier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Provide help when you use GBF raidfinder to find raids of Granblue Fantasy. The extension will automatically copy the newest room ID for you. Save the time of clicking the newest item in the list. However, due to the security policy of the chrome browser, the auto-copy only works when the GBF Raider webpage is focused. You still need to switch between the GBF game page and the Raider page. The sites the extension works: - gbf-raidfinder.la-foret.me - gbf-raidfinder-tw.herokuapp.com Source code: github.com/heytsai/gbfRaidFinderAutoCopier
확장 프로그램 기본 정보
이름 | GBF Raid Finder Auto-Copier |
ID | iinbdidfpllkdmibmbhfgkdooollcfep |
공식 URL | https://chromewebstore.google.com/detail/gbf-raid-finder-auto-copi/iinbdidfpllkdmibmbhfgkdooollcfep |
설명 | Extension that helps auto-copy the newest room ID in the raid finder webpage. |
파일 크기 | 733 KB |
설치 횟수 | 772 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-01-11 |
출시 날짜 | 2021-01-05 |
개발자 | contact.hey.note |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1", "manifest_version": 2, "permissions": [ "clipboardWrite" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png", "1024": "images\/icon-1024.png" }, "web_accessible_resources": [ "css\/content.css" ], "content_scripts": [ { "matches": [ "https:\/\/gbf-raidfinder.la-foret.me\/", "https:\/\/gbf-raidfinder-tw.herokuapp.com\/" ], "js": [ "lib\/jquery-3.5.1.js", "content.js" ], "css": [ "css\/content.css" ] } ] } |