Credit Conversion
This extension shows the credit tax on Warframe.Market
Co to jest Credit Conversion?
Credit Conversion to rozszerzenie Chrome opracowane przez JSharpie, a jego główną funkcją jest „This extension shows the credit tax on Warframe.Market”.
Pobierz plik CRX rozszerzenia Credit Conversion
Pobierz pliki rozszerzeń Credit Conversion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Display the credit tax rate on all platinum trades first hand on warframe.market. Digital Extreme Ltd, Warframe and the logo Warframe are registered trademarks. All rights are reserved worldwide. This extension has no official link with Digital Extremes Ltd or Warframe. All artwork, screenshots, characters or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of Digital Extreme Ltd.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | anjelibbodkfkhpfdcbcdheaanbgoeon |
Oficjalny URL | https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon |
Opis | This extension shows the credit tax on Warframe.Market |
Rozmiar pliku | 182 KB |
Liczba instalacji | 26 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-09-27 |
Data Publikacji | 2016-09-27 |
Deweloper | JSharpie |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Credit Conversion", "description": "This extension shows the credit tax on Warframe.Market", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/warframe.market\/" ], "js": [ "jquery-3.1.0.js", "myscript.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |