Credit Conversion
This extension shows the credit tax on Warframe.Market
Apa itu Credit Conversion?
Credit Conversion adalah ekstensi Chrome yang dikembangkan oleh JSharpie, dan fitur utamanya adalah "This extension shows the credit tax on Warframe.Market".
Unduh Berkas CRX Ekstensi Credit Conversion
Unduh file ekstensi Credit Conversion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | anjelibbodkfkhpfdcbcdheaanbgoeon |
URL Resmi | https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon |
Deskripsi | This extension shows the credit tax on Warframe.Market |
Ukuran File | 182 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-09-27 |
Tanggal Publikasi | 2016-09-27 |
Pengembang | JSharpie |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |