wiki.gg Redirect

Redirects all requests from wikis that have moved to wiki.gg from their former host.

wiki.gg Redirect란 무엇입니까?

wiki.gg Redirect은(는) https://wiki.gg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects all requests from wikis that have moved to wiki.gg from their former host."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

wiki.gg Redirect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Install wiki.gg redirector to find the best resources curated by the community, available on our game-developer-centric wiki platform.

This redirector can also optionally rewrite search results in Google and DuckDuckGo to help with switching during the early days of wiki migrations.

Source code is publicly available under https://github.com/freedomgamesdev/wikigg-redirect-extension.                    

확장 프로그램 기본 정보

이름 wiki.gg Redirect wiki.gg Redirect
ID cngoemokfjekjkmajenlaokhnmmiinca
공식 URL https://chromewebstore.google.com/detail/wikigg-redirect/cngoemokfjekjkmajenlaokhnmmiinca
설명 Redirects all requests from wikis that have moved to wiki.gg from their former host.
파일 크기 154 KB
설치 횟수 8,122
현재 버전 1.7.2
최근 업데이트 2024-02-29
출시 날짜 2022-10-24
평점 4.96/5 총 24 개의 평점
개발자 https://wiki.gg
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "author": "Freedom Games",
    "version": "1.7.2",
    "description": "__MSG_extension_desc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*.gamepedia.com\/*",
        "*:\/\/*.fandom.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "96": "icons\/96.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "service_worker": "built\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.at\/*",
                "https:\/\/www.google.be\/*",
                "https:\/\/www.google.ch\/*",
                "https:\/\/www.google.cl\/*",
                "https:\/\/www.google.ca\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.co.kr\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.com.ar\/*",
                "https:\/\/www.google.com.au\/*",
                "https:\/\/www.google.com.br\/*",
                "https:\/\/www.google.com.co\/*",
                "https:\/\/www.google.com.gr\/*",
                "https:\/\/www.google.com.mx\/*",
                "https:\/\/www.google.com.pk\/*",
                "https:\/\/www.google.com.tr\/*",
                "https:\/\/www.google.com.tw\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.de\/*",
                "https:\/\/www.google.dk\/*",
                "https:\/\/www.google.es\/*",
                "https:\/\/www.google.fr\/*",
                "https:\/\/www.google.ie\/*",
                "https:\/\/www.google.it\/*",
                "https:\/\/www.google.nl\/*",
                "https:\/\/www.google.pl\/*",
                "https:\/\/www.google.pt\/*"
            ],
            "js": [
                "built\/google.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/duckduckgo.com\/*"
            ],
            "js": [
                "built\/ddg.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.fandom.com\/*"
            ],
            "js": [
                "built\/fandom.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/redirectBadge.svg"
            ],
            "matches": [
                "https:\/\/www.google.at\/*",
                "https:\/\/www.google.be\/*",
                "https:\/\/www.google.ch\/*",
                "https:\/\/www.google.cl\/*",
                "https:\/\/www.google.ca\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.co.kr\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.com.ar\/*",
                "https:\/\/www.google.com.au\/*",
                "https:\/\/www.google.com.br\/*",
                "https:\/\/www.google.com.co\/*",
                "https:\/\/www.google.com.gr\/*",
                "https:\/\/www.google.com.mx\/*",
                "https:\/\/www.google.com.pk\/*",
                "https:\/\/www.google.com.tr\/*",
                "https:\/\/www.google.com.tw\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.de\/*",
                "https:\/\/www.google.dk\/*",
                "https:\/\/www.google.es\/*",
                "https:\/\/www.google.fr\/*",
                "https:\/\/www.google.ie\/*",
                "https:\/\/www.google.it\/*",
                "https:\/\/www.google.nl\/*",
                "https:\/\/www.google.pl\/*",
                "https:\/\/www.google.pt\/*",
                "https:\/\/duckduckgo.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}