ollie.fund

ollie powered values.

Qu'est-ce que ollie.fund ?

ollie.fund est une extension Chrome développée par http://ollie.fund, et sa fonction principale est "ollie powered values.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ollie.fund

Téléchargez les fichiers d'extension ollie.fund au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ollie.fund ollie.fund
ID ehbicfoojmomhdlkccmhnlccbpfkocfo
URL Officiel https://chrome.google.com/webstore/detail/olliefund/ehbicfoojmomhdlkccmhnlccbpfkocfo
Description ollie powered values.
Taille du Fichier 41.49 KB
Nombre d'Installations 29
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-05-17
Date de Publication 2022-05-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://ollie.fund
Email [email protected]
Site Web de l'Extension https://ollie.fund/
Langues Prises en Charge 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"
    }
}