Better new Minecraft Wiki
Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead
Better new Minecraft Wiki란 무엇입니까?
Better new Minecraft Wiki은(는) Jan Straßburger에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead"입니다.
확장 프로그램 스크린샷
Better new Minecraft Wiki 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhance Your Minecraft Wiki Experience! Say goodbye to the old fandom and welcome the optimized new Minecraft.wiki! Boost your browsing speed, don't get bothered by hundreds of ads and help to improve search results for the new wiki by automatically redirecting to minecraft.wiki. Features: - Instant redirection from the old 'minecraft.fandom.com' to the new 'minecraft.wiki.' - Swift access to the updated wiki for faster load times and improved efficiency - Effortless right-click functionality to access the old wiki when needed - 'minecraft.fandom.com' won't be loaded at all, so the old wiki will apear less in google search seults
확장 프로그램 기본 정보
이름 | Better new Minecraft Wiki |
ID | njkogdlaalmifcbmhhlngeipfpoonafi |
공식 URL | https://chromewebstore.google.com/detail/better-new-minecraft-wiki/njkogdlaalmifcbmhhlngeipfpoonafi |
설명 | Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead |
파일 크기 | 67.04 KB |
설치 횟수 | 564 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-10-03 |
출시 날짜 | 2023-10-02 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Jan Straßburger |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/KartoffelChipss/better-new-minecraft-wiki-chrome |
도움말 페이지 URL | https://github.com/KartoffelChipss/better-new-minecraft-wiki-chrome/issues |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better new Minecraft Wiki", "version": "1.0.0", "description": "Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead", "default_locale": "en", "icons": { "16": ".\/img\/wiki-16.png", "19": ".\/img\/wiki-19.png", "38": ".\/img\/wiki-38.png", "48": ".\/img\/wiki-48.png", "128": ".\/img\/wiki-128.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": ".\/img\/wiki-48.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules-1.json" } ] }, "permissions": [ "declarativeNetRequest", "contextMenus" ], "host_permissions": [ "*:\/\/minecraft.fandom.com\/" ], "background": { "service_worker": "background.js" } } |