GeForce NOW Unlocker

Allow the usage of the GeForce NOW web app on unsupported operating systems.

GeForce NOW Unlocker란 무엇입니까?

GeForce NOW Unlocker은(는) Lorenzo Murarotto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow the usage of the GeForce NOW web app on unsupported operating systems."입니다.

확장 프로그램 스크린샷

screenshot

GeForce NOW Unlocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will allow You to use the GeForce NOW web app on unsupported operating systems by spoofing the user agent string in the request headers, making GeForce NOW think we are using ChromeOS.                    

확장 프로그램 기본 정보

이름 GeForce NOW Unlocker GeForce NOW Unlocker
ID chgiddljhokfbppnhfphdabejocpopgk
공식 URL https://chromewebstore.google.com/detail/geforce-now-unlocker/chgiddljhokfbppnhfphdabejocpopgk
설명 Allow the usage of the GeForce NOW web app on unsupported operating systems.
파일 크기 9.37 KB
설치 횟수 8,395
현재 버전 0.3.1
최근 업데이트 2020-09-01
출시 날짜 2020-08-30
평점 4.21/5 총 19 개의 평점
개발자 Lorenzo Murarotto
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/murar8/gfn-unlocker
도움말 페이지 URL https://github.com/murar8/gfn-unlocker/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GeForce NOW Unlocker",
    "version": "0.3.1",
    "description": "Allow the usage of the GeForce NOW web app on unsupported operating systems.",
    "author": "Lorenzo Murarotto ",
    "homepage_url": "https:\/\/github.com\/murar8\/gfn-unlocker",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "GeForce NOW Unlocker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/play.geforcenow.com\/*"
    ]
}