GamerPrices
Comparez les prix des meilleures boutiques de jeux vidéo en version boite ou numérique (clé CD / CD Key) sur PC, PS4, Xbox One...
GamerPricesคืออะไร?
GamerPrices เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://gamerprices.fr และคุณลักษณะหลักของมันคือ "Comparez les prix des meilleures boutiques de jeux vidéo en version boite ou numérique (clé CD / CD Key) sur PC, PS4, Xbox One..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GamerPrices
ดาวน์โหลดไฟล์ส่วนขยาย GamerPrices ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Trouvez le meilleur prix pour votre jeu vidéo en un seul clic ! Vous avez repéré des jeux PC ou console que vous souhaitez acheter ? Avec l'extension GamerPrices pour Chrome, vous trouvez automatiquement les meilleurs prix pour vos futurs achats en surfant simplement sur votre site d'actualité ou votre marchand favoris. Plus besoin de passer la journée à chercher l'offre la plus intéressante, GamerPrices c'est la tranquillité assurée de faire des économies. Fonctionnalités : • Comparez facilement les prix de vos jeux • Personnalisez l'extension : sélection de votre plateforme favorite, activez ou désactivez l'incrustation de la popup sur le site web.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mfbadodidkjmhnkaghbjcanekiohlgco |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gamerprices/mfbadodidkjmhnkaghbjcanekiohlgco |
คำอธิบาย | Comparez les prix des meilleures boutiques de jeux vidéo en version boite ou numérique (clé CD / CD Key) sur PC, PS4, Xbox One... |
ขนาดไฟล์ | 104 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2020-03-17 |
วันที่เผยแพร่ | 2020-03-17 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://gamerprices.fr |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gamerprices.fr |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/gp-fav-16.png", "48": "images\/gp-fav-48.png", "128": "images\/gp-fav-128.png" }, "default_locale": "fr", "background": { "scripts": [ "scripts\/background.js" ] }, "content_security_policy": "script-src 'self' http:\/\/localhost:35729 https:\/\/*.gamerprices.com https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/*.google-analytics.com; style-src 'self' 'unsafe-inline'; frame-src 'self' http:\/\/*.facebook.com; object-src 'self' https:\/\/*.facebook.net", "permissions": [ "alarms", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background", "storage" ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": true }, "page_action": { "default_icon": { "19": "images\/gp-fav-19.png", "38": "images\/gp-fav-38.png" }, "default_title": "GamerPrices", "default_popup": "popup.html" }, "homepage_url": "https:\/\/www.gamerprices.com", "minimum_chrome_version": "32", "web_accessible_resources": [ "images\/gp-fav-48.png", "images\/logo-gamerprices.png", "images\/sprite-shops.png", "images\/icon-box.png", "images\/icon-key.png", "images\/arrow-go.png", "styles\/popup.css" ] } |