ProtonDB Community Extension
Elevate Your Linux Gaming Experience with ProtonDB Community Extension!
ProtonDB Community Extensionคืออะไร?
ProtonDB Community Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trsnaqe และคุณลักษณะหลักของมันคือ "Elevate Your Linux Gaming Experience with ProtonDB Community Extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProtonDB Community Extension
ดาวน์โหลดไฟล์ส่วนขยาย ProtonDB Community Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Elevate Your Linux Gaming Experience with ProtonDB Community Extension
The ProtonDB Community Extension for Chrome and Firefox is a powerful tool that enhances your gaming experience on Linux by integrating ProtonDB's compatibility data into Steam's interface. This extension provides an intuitive way to access game compatibility information right from the Steam store, search bar, and app pages. It highlights game tiers, shows deck verification status, offers adjustable line colors, and simplifies your decision-making process when it comes to playing Windows games on Linux through Proton.
Seamless Integration
Steam Deck Verification Indicator
Tier Highlights
Customizable Line Colors
Search Bar Compatibility
App Page Integration
Dynamic Line Addition
Real-time Color Customization
Compatibility with Other Steam Extensions
Search Bar: As you search, compatibility tiers appear in search results.
Questions, support, or feedback? Reach out through these channels:
Email: [email protected]
Buy Me a Coffee: https://www.buymeacoffee.com/trsnaqe
Github: https://github.com/Trsnaqe/protondb-community-extension
Index: Proton, ProtonDB, ProtonDB for Steam, Protondb Extension ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | flogbofkijlempmliclhnmcfcfknpdia |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/protondb-community-extens/flogbofkijlempmliclhnmcfcfknpdia |
| คำอธิบาย | Elevate Your Linux Gaming Experience with ProtonDB Community Extension! |
| ขนาดไฟล์ | 209 KB |
| จำนวนการติดตั้ง | 38 |
| เวอร์ชันปัจจุบัน | 1.3.41 |
| อัปเดตครั้งล่าสุด | 2024-02-20 |
| วันที่เผยแพร่ | 2023-09-07 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | trsnaqe |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/Trsnaqe/protondb-community-extension |
| URL หน้าช่วยเหลือ | https://github.com/Trsnaqe/protondb-community-extension/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ProtonDB Community Extension",
"description": "Elevate Your Linux Gaming Experience with ProtonDB Community Extension!",
"version": "1.3.41",
"permissions": [
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/store.steampowered.com\/*",
"https:\/\/steamcommunity.com\/id\/*\/games\/*",
"https:\/\/steamcommunity.com\/profiles\/*\/games\/*"
],
"exclude_matches": [
"*:\/\/store.steampowered.com\/dynamicstore\/*",
"*:\/\/store.steampowered.com\/login\/*",
"*:\/\/store.steampowered.com\/join\/*",
"*:\/\/steamcommunity.com\/login\/*",
"*:\/\/checkout.steampowered.com\/*",
"*:\/\/store.steampowered.com\/charts\/*"
],
"js": [
".\/utils\/globals.js",
".\/utils\/observers.js",
".\/utils\/helpers.js",
".\/utils\/items.js",
".\/utils\/dom_handlers.js",
".\/scripts\/store.script.js"
],
"css": [
".\/styles\/store.style.css"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/store.steampowered.com\/app\/*"
],
"js": [
".\/scripts\/app_page.script.js"
],
"css": [
".\/styles\/app_page.style.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"https:\/\/store.steampowered.com\/*",
"https:\/\/steamcommunity.com\/*"
]
}
],
"host_permissions": [
"https:\/\/store.steampowered.com\/*",
"https:\/\/www.protondb.com\/*"
]
} | |