Game Deals for YouTube

Add deals info from IsThereAnyDeal to YouTube

Game Deals for YouTubeคืออะไร?

Game Deals for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IsThereAnyDeal และคุณลักษณะหลักของมันคือ "Add deals info from IsThereAnyDeal to YouTube"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Game Deals for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Game Deals for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}