BetterFloat

Enhance your experience on CSFloat.com, Skinport.com & Skinbid.com!

什么是BetterFloat?

BetterFloat是由https://rums.dev开发的Chrome扩展程序,该扩展的主要功能是“Enhance your experience on CSFloat.com, Skinport.com & Skinbid.com!”。

扩展截图

screenshot
screenshot
screenshot

下载BetterFloat扩展crx文件

下载BetterFloat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Open-Source on Github: https://github.com/GODrums/BetterFloat

BetterFloat is a skins shopping assistant in form of an actively maintained, free, and open-source browser extension enhancing your experience on CSFloat.com, Skinport.com & Skinbid.com.

Highlights:
- Automatically display Buff prices (highest buy order & lowest listing price) for every item
- Instantly see the price difference to Buff prices in a colored label next to the item price
- Display and gradual coloring of price percentages of applied stickers (%SP)
- Get the accurate listing age of an item
- Auto-refresh for newest items and apply up to 4 different filters
- Guarantee a faster buying process by automatic checking of the cart checkboxes (Skinport)
- Extension popup offers highly customizable experience

And much more:
- No excessive delays or network traffic during your shopping session as Buff prices are temporarily stored locally and are only fetched every 8 hours
- You dislike certain functionality? Don't worry, every part can be disabled separately in the extension popup
- Privacy first: the extension has no access to your private data to your accounts or keys whatsoever. So that your data stays your data

This extension is in active development and more features will be added in the future. If you got any privacy concerns, feel free to check out the source code on Github: https://github.com/GODrums/BetterFloat

NOTE: BetterFloat is developed independently, and is not officially endorsed by or affiliated with CSFloat Inc., Skinport GmbH, or SkinBid ApS in any way. If you are a legal representative of the aforementioned companies and would like this project to be taken down, please contact me directly at [email protected].                    

扩展基本信息

名称 BetterFloat BetterFloat
ID bphfhlfhnohppnleaehnlfigkkccpglk
官方URL https://chromewebstore.google.com/detail/betterfloat/bphfhlfhnohppnleaehnlfigkkccpglk
简介 Enhance your experience on CSFloat.com, Skinport.com & Skinbid.com!
文件大小 351 KB
安装次数 2,336
当前版本 1.16.8
更新时间 2024-02-27
上架时间 2023-08-13
评分 4.92/5 共12次评分
开发者 https://rums.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/GODrums/BetterFloat
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterFloat",
    "author": "Rums",
    "version": "1.16.8",
    "version_name": "1.16.8",
    "description": "Enhance your experience on CSFloat.com, Skinport.com & Skinbid.com!",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.csfloat.com\/*",
        "*:\/\/*.skinport.com\/*",
        "*:\/\/*.skinbid.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.csfloat.com\/*"
            ],
            "js": [
                "js\/csfloat_script.js"
            ],
            "css": [
                "css\/csfloat_styles.css",
                "css\/common_styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.csfloat.com\/*",
                "*:\/\/*.skinport.com\/*",
                "*:\/\/*.skinbid.com\/*"
            ],
            "js": [
                "js\/injectionhandler.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.skinport.com\/*"
            ],
            "js": [
                "js\/skinport_script.js"
            ],
            "css": [
                "css\/skinport_styles.css",
                "css\/common_styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.skinbid.com\/*"
            ],
            "js": [
                "js\/skinbid_script.js"
            ],
            "css": [
                "css\/skinbid_styles.css",
                "css\/common_styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "public\/betterfloat_logo128.png"
    },
    "action": {
        "default_title": "BetterFloat",
        "default_popup": "\/html\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/csfloat.com\/*",
                "*:\/\/*.skinport.com\/*",
                "*:\/\/*.skinbid.com\/*"
            ],
            "resources": [
                "public\/*.svg",
                "public\/*.png",
                "js\/inject.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.skinport.com\/*"
            ],
            "resources": [
                "js\/socketConnection.js",
                "public\/socket.io_4.4.1.min.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Sfi7IbW7uWPC7q\/7qC0oe3WKq9k0wFi9H82B6PPSPlZLnlO\/1mmnJ6BCsLnr8lMrg4Dbeg4ZL3mPL2VssFjSwsGDJvg0b8VAfO88WSLDzjxBRqyE\/5X\/Yfjs8jOmdm6caV74YZLuaAdzC7aaMn7Or3SP8ZN7WxpAUgtzNfL4E\/m+BIOhXCKTYB2b4ijEJVaUiCwZovk88LS7Vawd\/F6SK1nRHTWtnDdWdV4xkS3vSiIGTvimoBzisOVxVIOV1Cx\/FVNXmHhh8ZVcnnNW+sJ\/QiPfkqQTclZwtFKczwa78JuXWH715mKyC69O+2LyS4ng+T81ibjhuMmgMYIEnmpwwIDAQAB"
}