GaiaUpgrade
A third-party tool to improve interacting with GaiaOnline.
GaiaUpgrade란 무엇입니까?
GaiaUpgrade은(는) https://gaiatools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A third-party tool to improve interacting with GaiaOnline."입니다.
확장 프로그램 스크린샷
GaiaUpgrade 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GaiaUpgrade is a browser extension that provides enhancement features for your GaiaOnline experience. GaiaUpgrade provides over 70 different functionalities to enhance your Gaia experience; such as, the multi-Daily Chance (Draw All), tagging users, multi-thread multi-quote, item BBCode generation. GaiaUpgrade is built by the Gaia Tools Team from the Gaia community feedback for the Gaia community. All of the features GaiaUpgrade provides are togglable. You can truly make the Gaia experience your own by enabling only what you want and/or need. Check out GaiaUpgrade at https://gaiatools.com/gaiaupgrade A full list of GaiaUpgrade features are listed below and can be found here https://www.gaiaonline.com/guilds/viewtopic.php?page=1&t=25183127#381328347 ---------------------------- If you have found a bug, tell us about it in the Gaia Tools guild on Gaia: http://www.gaiaonline.com/guilds/viewforum.php?f=136243
확장 프로그램 기본 정보
이름 | GaiaUpgrade |
ID | njdjoeklfbahijdoadnlpagipchldkea |
공식 URL | https://chromewebstore.google.com/detail/gaiaupgrade/njdjoeklfbahijdoadnlpagipchldkea |
설명 | A third-party tool to improve interacting with GaiaOnline. |
파일 크기 | 1.42 MB |
설치 횟수 | 3,928 |
현재 버전 | 1.26.0 |
최근 업데이트 | 2024-02-18 |
출시 날짜 | 2020-03-27 |
평점 | 4.33/5 총 27 개의 평점 |
개발자 | https://gaiatools.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gaiatools.com/gaiaupgrade |
도움말 페이지 URL | https://gaiatools.com/gaiaupgrade/privacy |
개인정보 보호 정책 페이지 URL | https://gaiatools.com/gaiaupgrade/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GaiaUpgrade", "description": "A third-party tool to improve interacting with GaiaOnline.", "version": "1.26.0", "author": "Gaia Tools", "manifest_version": 3, "permissions": [ "alarms", "downloads", "notifications", "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.gaiaonline.com\/*", "*:\/\/gaiatools.com\/*" ], "icons": { "16": "logos\/gu_16x16.png", "48": "logos\/gu_48x48.png", "128": "logos\/gu_128x128.png" }, "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": { "16": "logos\/gu_16x16.png", "32": "logos\/gu_32x32.png" }, "default_title": "GaiaUpgrade" }, "declarative_net_request": { "rule_resources": [ { "id": "login_rewards", "enabled": false, "path": "rules\/login_rewards.json" } ] }, "content_scripts": [ { "matches": [ "*:\/\/*.gaiaonline.com\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/foundation.min.js", "scripts\/gaiaupgrade.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "css\/*.css", "scripts", "images\/*", "fonts\/*" ], "matches": [ "https:\/\/*.gaiaonline.com\/*" ] } ] } |