Dota 2 Lounge Auto-Bumper
Bumps all your Dota 2 Lounge trades automatically
ما هو Dota 2 Lounge Auto-Bumper؟
Dota 2 Lounge Auto-Bumper هو إضافة Chrome تم تطويرها بواسطة 2noobsite، والميزة الرئيسية لها هي "Bumps all your Dota 2 Lounge trades automatically".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dota 2 Lounge Auto-Bumper
قم بتنزيل ملفات الامتداد Dota 2 Lounge Auto-Bumper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension bumps all your Dota 2 Lounge trades automatically every 30 minutes. Every half hour it discretely opens a tab at dota2lounge.com/mytrades, "clicks" every Bump button, and closes the tab. You DO NOT need to enter your steam password or username, or any details whatsoever. معلومات أساسية عن التمديد
| الاسم | |
| ID | momlknmipfckchdjmhbjkkeipegmajcl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/dota-2-lounge-auto-bumper/momlknmipfckchdjmhbjkkeipegmajcl |
| الوصف | Bumps all your Dota 2 Lounge trades automatically |
| حجم الملف | 30.5 KB |
| عدد التثبيتات | 346 |
| النسخة الحالية | 2.0 |
| آخر تحديث | 2014-01-03 |
| تاريخ النشر | 2014-01-03 |
| تقييم | 3.60/5 مجموع تقييمات 105 |
| المطور | 2noobsite |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dota 2 Lounge Auto-Bumper",
"manifest_version": 2,
"description": "Bumps all your Dota 2 Lounge trades automatically",
"version": "2.0",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"http:\/\/dota2lounge.com\/*",
"tabs"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"http:\/\/dota2lounge.com\/mytrades?ext"
],
"js": [
"tradescript.js"
]
}
]
} | |