ollie.fund

ollie powered values.

ollie.fund क्या है?

ollie.fund http://ollie.fund द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ollie powered values."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ollie.fund एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}