ollie.fund

ollie powered values.

什麼是ollie.fund?

ollie.fund是由http://ollie.fund開發的Chrome擴展程式,該擴展的主要功能是“ollie powered values.”。

擴展截圖

screenshot

下載ollie.fund擴展crx文件

下載ollie.fund擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        uses values from https://rolimons.com/ and demand data collected from https://ollie.fund/

completely open source @ https://github.com/mxmmxx/extension

- adds a percent gain in the middle of trades
- adds the demand of an item in the top right of its photo
- fixes a few graphical bugs in the roblox trade interface, including making catalog links open in a new tab instead of the current tag

this extension is not affiliated with Roblox Corporation or Rolimon's in any shape or form.                    

擴展基本資訊

名稱 ollie.fund ollie.fund
ID ehbicfoojmomhdlkccmhnlccbpfkocfo
官方網址 https://chrome.google.com/webstore/detail/olliefund/ehbicfoojmomhdlkccmhnlccbpfkocfo
簡介 ollie powered values.
檔案大小 41.49 KB
安裝次數 29
目前版本 1.0.0
更新時間 2022-05-17
上架時間 2022-05-17
評分 5.00/5 共 2 次評分
開發者 http://ollie.fund
電子郵箱 [email protected]
擴展官網 https://ollie.fund/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ollie.fund",
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "16": "images\/x16.png",
            "24": "images\/x24.png",
            "32": "images\/x32.png",
            "64": "images\/x64.png"
        },
        "default_title": "ollie powered values.",
        "default_popup": "views\/popup.html"
    },
    "description": "ollie powered values.",
    "icons": {
        "16": "images\/x16.png",
        "32": "images\/x32.png",
        "48": "images\/x48.png",
        "128": "images\/x128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/roblox.com\/trades"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ],
            "js": [
                "scripts\/trades.js"
            ],
            "css": [
                "assets\/main.css"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    }
}