Minecraft Wiki Redirector
This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…
Minecraft Wiki Redirector란 무엇입니까?
Minecraft Wiki Redirector은(는) Jesper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…"입니다.
확장 프로그램 스크린샷
Minecraft Wiki Redirector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is to promote the new wiki site and improve its SEO ranking, ensuring that the Minecraft community can easily find and access up-to-date information. By installing this extension, users will be seamlessly redirected to the new wiki pages, helping to shift the traffic and search engine recognition to the new site.
확장 프로그램 기본 정보
이름 | Minecraft Wiki Redirector |
ID | dikggljhchkopghpgocbdjipbbflpclc |
공식 URL | https://chromewebstore.google.com/detail/minecraft-wiki-redirector/dikggljhchkopghpgocbdjipbbflpclc |
설명 | This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is… |
파일 크기 | 35.91 KB |
설치 횟수 | 682 |
현재 버전 | 1.02 |
최근 업데이트 | 2023-10-06 |
출시 날짜 | 2023-10-04 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | Jesper |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 3, "name": "Minecraft Wiki Redirector", "version": "1.02", "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/minecraft.fandom.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_icon": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |