CSFloat Buff
Shows buff pricing along with a %+- on all CSFloat listings
Wat is CSFloat Buff?
CSFloat Buff is een Chrome-extensie ontwikkeld door Jerome, en de belangrijkste functie is "Shows buff pricing along with a %+- on all CSFloat listings".
Extensie Screenshots
Download het CRX-bestand van de extensie CSFloat Buff
Download CSFloat Buff-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shows Buff 163 lowest listing prices on CSFloat listings, helping you understand if an item is a good deal or not. All prices are obtained via https://skin.broker
Basisinformatie over de Extensie
Naam | CSFloat Buff |
ID | halnghhndfpnclklphacdbimfohglhig |
Officiële URL | https://chromewebstore.google.com/detail/csfloat-buff/halnghhndfpnclklphacdbimfohglhig |
Beschrijving | Shows buff pricing along with a %+- on all CSFloat listings |
Bestandsgrootte | 5.01 KB |
Aantal Installaties | 117 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2024-01-25 |
Publicatiedatum | 2023-08-15 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Jerome |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSFloat Buff", "description": "Shows buff pricing along with a %+- on all CSFloat listings", "version": "1.2", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/csfloat.com\/*" ], "js": [ ".\/js\/app.js" ], "match_origin_as_fallback": false, "match_about_blank": false, "run_at": "document_idle", "world": "MAIN" } ] } |