Credit Conversion
This extension shows the credit tax on Warframe.Market
ما هو Credit Conversion؟
Credit Conversion هو إضافة Chrome تم تطويرها بواسطة JSharpie، والميزة الرئيسية لها هي "This extension shows the credit tax on Warframe.Market".
تحميل ملف CRX للإضافة Credit Conversion
قم بتنزيل ملفات الامتداد Credit Conversion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | anjelibbodkfkhpfdcbcdheaanbgoeon |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon |
الوصف | This extension shows the credit tax on Warframe.Market |
حجم الملف | 182 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-09-27 |
تاريخ النشر | 2016-09-27 |
المطور | JSharpie |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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\/" ] } |