ollie.fund
ollie powered values.
Wat is ollie.fund?
ollie.fund is een Chrome-extensie ontwikkeld door http://ollie.fund, en de belangrijkste functie is "ollie powered values.".
Extensie Screenshots
Download het CRX-bestand van de extensie ollie.fund
Download ollie.fund-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
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.
Basisinformatie over de Extensie
Naam | |
ID | ehbicfoojmomhdlkccmhnlccbpfkocfo |
Officiële URL | https://chrome.google.com/webstore/detail/olliefund/ehbicfoojmomhdlkccmhnlccbpfkocfo |
Beschrijving | ollie powered values. |
Bestandsgrootte | 41.49 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-05-17 |
Publicatiedatum | 2022-05-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://ollie.fund |
[email protected] | |
Extensiewebsite | https://ollie.fund/ |
Ondersteunde Talen | 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" } } |