Game Deals for YouTube

Add deals info from IsThereAnyDeal to YouTube

Game Deals for YouTube란 무엇입니까?

Game Deals for YouTube은(는) IsThereAnyDeal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add deals info from IsThereAnyDeal to YouTube"입니다.

확장 프로그램 스크린샷

screenshot

Game Deals for YouTube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        How often do you watch a gaming video on YouTube with an interesting game, and wonder how expensive is it or where can you find it for the best price? This extension helps you find the best deal right on the watch page.

This extension checks under each YouTube video, whether it has a game title listed and if it does, it will load current best price from an authorized stores covered by IsThereAnyDeal.                    

확장 프로그램 기본 정보

이름 Game Deals for YouTube Game Deals for YouTube
ID bofkdcpkanopnalepfepfkplgmdhoghf
공식 URL https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf
설명 Add deals info from IsThereAnyDeal to YouTube
파일 크기 38.21 KB
설치 횟수 334
현재 버전 1.0.1
최근 업데이트 2020-04-24
출시 날짜 2020-04-24
평점 4.00/5 총 1 개의 평점
개발자 IsThereAnyDeal
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tfedor/deals-youtube
도움말 페이지 URL https://github.com/tfedor/deals-youtube
개인정보 보호 정책 페이지 URL https://privacy.isthereanydeal.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Game Deals for YouTube",
    "version": "1.0.1",
    "description": "Add deals info from IsThereAnyDeal to YouTube",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "permissions": [],
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.svg",
        "css\/*.css"
    ],
    "homepage_url": "https:\/\/github.com\/tfedor\/deals-youtube",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/lib\/DOMPurify\/purify.js",
                "js\/config.js",
                "js\/core.js",
                "js\/content\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/lib\/DOMPurify\/purify.js",
            "js\/config.js",
            "js\/core.js",
            "js\/background\/background.js"
        ]
    }
}