Gamer+
Gamer.no enhanced experience
Gamer+란 무엇입니까?
Gamer+은(는) adelholmg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gamer.no enhanced experience"입니다.
확장 프로그램 스크린샷
Gamer+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Statistics for gamer.no users and telialigaen teams! Still under development, create a review and submit feedback and it might get implemented in the future!
확장 프로그램 기본 정보
이름 | Gamer+ |
ID | cimcgcfafkpkoafjkilmkohelanagphj |
공식 URL | https://chromewebstore.google.com/detail/gamer+/cimcgcfafkpkoafjkilmkohelanagphj |
설명 | Gamer.no enhanced experience |
파일 크기 | 594 KB |
설치 횟수 | 122 |
현재 버전 | 0.4.0 |
최근 업데이트 | 2022-11-02 |
출시 날짜 | 2022-06-11 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | adelholmg |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gamer+", "version": "0.4.0", "description": "Gamer.no enhanced experience", "background": { "service_worker": "background_index.js", "type": "module" }, "author": "Adel Johan Holm Gundersen", "content_scripts": [ { "js": [ "content\/import-index.js" ], "css": [ "content\/index.css" ], "matches": [ "https:\/\/www.gamer.no\/*" ], "run_at": "document_end" } ], "action": { "default_popup": "pages\/popup\/index.html", "default_icon": { "16": ".\/assets\/gamer2021_16.png", "48": ".\/assets\/gamer2021_48.png", "128": ".\/assets\/gamer2021_128.png" } }, "host_permissions": [ "*:\/\/*.faceit.com\/*", "*:\/\/*.gamer.no\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/icons\/twitter_circle_white.png", "assets\/icons\/de_ancient.png", "assets\/icons\/de_overpass.png", "assets\/icons\/de_inferno.png", "assets\/icons\/de_nuke.png", "assets\/icons\/de_vertigo.png", "assets\/icons\/de_dust2.png", "assets\/icons\/de_mirage.png", "assets\/icons\/de_train.png", "assets\/icons\/de_cbble.png", "assets\/icons\/de_cache.png", "assets\/icons\/dark_metiz.png", "assets\/icons\/light_metiz.png", "assets\/icons\/icon-update.png", "assets\/icons\/faceit\/1.png", "assets\/icons\/faceit\/2.png", "assets\/icons\/faceit\/3.png", "assets\/icons\/faceit\/4.png", "assets\/icons\/faceit\/5.png", "assets\/icons\/faceit\/6.png", "assets\/icons\/faceit\/7.png", "assets\/icons\/faceit\/8.png", "assets\/icons\/faceit\/9.png", "assets\/icons\/faceit\/10.png" ], "matches": [ "https:\/\/www.gamer.no\/*" ] }, { "resources": [ "chunks\/*-*.js", "content\/index.js" ], "matches": [ "https:\/\/www.gamer.no\/*", "*:\/\/*.faceit.com\/*", "*:\/\/*.gamer.no\/*" ] } ] } |