[DEPRECATED] Fanatical Assistant

Check out our new Chrome Extension - "Fanatical PC Game Price Comparison"

[DEPRECATED] Fanatical Assistant란 무엇입니까?

[DEPRECATED] Fanatical Assistant은(는) Fanatical에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check out our new Chrome Extension - "Fanatical PC Game Price Comparison""입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

[DEPRECATED] Fanatical Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Download our new extension here: https://chrome.google.com/webstore/detail/fanatical-pc-game-price-c/fifbkhhgkgphkjjnjkgdfknbkkgapnca                    

확장 프로그램 기본 정보

이름 [DEPRECATED] Fanatical Assistant [DEPRECATED] Fanatical Assistant
ID oobijlcdpmmmpgkonmjnpkkbdmnjpeeb
공식 URL https://chromewebstore.google.com/detail/deprecated-fanatical-assi/oobijlcdpmmmpgkonmjnpkkbdmnjpeeb
설명 Check out our new Chrome Extension - "Fanatical PC Game Price Comparison"
파일 크기 400 KB
설치 횟수 30,713
현재 버전 1.11.1
최근 업데이트 2023-11-22
출시 날짜 2020-05-20
평점 3.09/5 총 64 개의 평점
개발자 Fanatical
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.fanatical.com/en/assistant
도움말 페이지 URL https://support.fanatical.com/hc/en-us
개인정보 보호 정책 페이지 URL https://support.fanatical.com/hc/en-us/articles/115005052465-Privacy-Policy
지원되는 언어 de,en,fr,nl,tr,es,it,hu,pl,pt-PT,sv,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "1.11.1",
    "name": "[DEPRECATED] Fanatical Assistant",
    "default_locale": "en",
    "short_name": "Fanatical Assistant",
    "homepage_url": "https:\/\/www.fanatical.com\/en\/assistant",
    "permissions": [
        "*:\/\/www.google.com\/*",
        "*:\/\/www.google.co.uk\/*",
        "*:\/\/www.google.ca\/*",
        "*:\/\/www.google.es\/*",
        "*:\/\/www.google.de\/*",
        "*:\/\/www.google.it\/*",
        "*:\/\/www.google.fr\/*",
        "*:\/\/www.google.com.au\/*",
        "*:\/\/www.google.co.jp\/*",
        "*:\/\/www.google.nl\/*",
        "*:\/\/www.google.com.tw\/*",
        "*:\/\/www.google.be\/*",
        "*:\/\/www.google.dk\/*",
        "*:\/\/www.google.ie\/*",
        "*:\/\/www.google.ch\/*",
        "*:\/\/www.google.co.in\/*",
        "*:\/\/www.google.pl\/*",
        "*:\/\/www.google.pt\/*",
        "*:\/\/www.google.com.co\/*",
        "*:\/\/www.google.com.ar\/*",
        "*:\/\/www.google.com.pk\/*",
        "*:\/\/www.google.com.mx\/*",
        "*:\/\/store.steampowered.com\/*",
        "*:\/\/www.greenmangaming.com\/*",
        "*:\/\/www.gog.com\/*",
        "*:\/\/www.humblebundle.com\/*",
        "*:\/\/www.youtube.com\/*",
        "*:\/\/www.twitch.tv\/*",
        "*:\/\/www.indiegala.com\/*",
        "*:\/\/*.bing.com\/*",
        "*:\/\/*.gamesplanet.com\/*",
        "*:\/\/*.dlgamer.com\/*",
        "*:\/\/*.fanatical.com\/*",
        "contextMenus",
        "alarms",
        "storage"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.co.uk\/*",
                "*:\/\/www.google.ca\/*",
                "*:\/\/www.google.es\/*",
                "*:\/\/www.google.de\/*",
                "*:\/\/www.google.it\/*",
                "*:\/\/www.google.fr\/*",
                "*:\/\/www.google.com.au\/*",
                "*:\/\/www.google.co.jp\/*",
                "*:\/\/www.google.nl\/*",
                "*:\/\/www.google.com.tw\/*",
                "*:\/\/www.google.be\/*",
                "*:\/\/www.google.dk\/*",
                "*:\/\/www.google.ie\/*",
                "*:\/\/www.google.ch\/*",
                "*:\/\/www.google.co.in\/*",
                "*:\/\/www.google.pl\/*",
                "*:\/\/www.google.pt\/*",
                "*:\/\/www.google.com.co\/*",
                "*:\/\/www.google.com.ar\/*",
                "*:\/\/www.google.com.pk\/*",
                "*:\/\/www.google.com.mx\/*",
                "*:\/\/store.steampowered.com\/*",
                "*:\/\/www.greenmangaming.com\/*",
                "*:\/\/www.gog.com\/*",
                "*:\/\/www.humblebundle.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.twitch.tv\/*",
                "*:\/\/www.indiegala.com\/*",
                "*:\/\/*.bing.com\/*",
                "*:\/\/*.gamesplanet.com\/*",
                "*:\/\/*.dlgamer.com\/*",
                "*:\/\/*.fanatical.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "frame.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}