CSFloat price to Buff price
Check price of any CSFloat offers on Buff163.
Was ist CSFloat price to Buff price?
CSFloat price to Buff price ist eine Chrome-Erweiterung, die von thebycop entwickelt wurde, und ihr Hauptmerkmal ist "Check price of any CSFloat offers on Buff163.".
Erweiterungsscreenshots
CSFloat price to Buff price-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSFloat price to Buff price-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will allow you to compare the price of any CSFloat offer with the Buff163 price.
This extension is open-source and available on github for selfhosting:
https://github.com/bycop/csfloat-buff-checker
Don't hesitate to contribute to the project, leave a star or follow on github Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lfgejbipklggolmlfkmopkbjjakiljpg |
| Offizielle URL | https://chromewebstore.google.com/detail/csfloat-price-to-buff-pri/lfgejbipklggolmlfkmopkbjjakiljpg |
| Beschreibung | Check price of any CSFloat offers on Buff163. |
| Dateigröße | 510 KB |
| Installationsanzahl | 828 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2023-09-30 |
| Veröffentlichungsdatum | 2023-08-10 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | thebycop |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/bycop |
| Hilfeseite URL | https://github.com/bycop/csfloat-buff-checker |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CSFloat price to Buff price",
"version": "1.5",
"description": "Check price of any CSFloat offers on Buff163.",
"icons": {
"16": "icons\/logo_16.png",
"32": "icons\/logo_32.png",
"48": "icons\/logo_48.png",
"128": "icons\/logo_128.png"
},
"action": {
"default_title": "Like this project ? Click me"
},
"host_permissions": [
"https:\/\/csfloat.com\/*",
"https:\/\/api.steaminventoryhelper.com\/*",
"https:\/\/github.com\/bycop"
],
"content_scripts": [
{
"matches": [
"https:\/\/csfloat.com\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"externally_connectable": {
"matches": [
"https:\/\/api.steaminventoryhelper.com\/*",
"https:\/\/github.com\/bycop"
]
},
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
} | |