AutoDockets for DyingLight
Automatic check if you are missing out on some awesome free dockets code
ما هو AutoDockets for DyingLight؟
AutoDockets for DyingLight هو إضافة Chrome تم تطويرها بواسطة https://shoppinggate.dk، والميزة الرئيسية لها هي "Automatic check if you are missing out on some awesome free dockets code".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AutoDockets for DyingLight
قم بتنزيل ملفات الامتداد AutoDockets for DyingLight بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
AutoDockets is created for you who want to slay zombies with awesome weapons instead of using valuable zombie killing time on finding Dockets Codes. Make sure you don't miss out on any free public dockets (gifts). This item is not associated with DYING LIGHT or Techland but is made by a person who loves and play the game. NOTE: * This item does not record or save any data from you * This item require you have an account at DyingLightGame.com
معلومات أساسية عن التمديد
الاسم | |
ID | nocnfflgglphgikmfigmbjgedfchmgpc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/autodockets-for-dyingligh/nocnfflgglphgikmfigmbjgedfchmgpc |
الوصف | Automatic check if you are missing out on some awesome free dockets code |
حجم الملف | 90.45 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-04-16 |
تاريخ النشر | 2017-04-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://shoppinggate.dk |
نوع الدفع | free |
موقع الإضافة | http://autodockets.shoppinggate.dk/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoDockets for DyingLight", "version": "1.0.0", "description": "Automatic check if you are missing out on some awesome free dockets code", "icons": { "128": "128.png" }, "browser_action": { "default_title": "AutoDockets for Dying Light", "name": "AutoDockets", "default_icon": "128.png", "default_popup": "popup.html" }, "offline_enabled": false, "incognito": "spanning", "background": { "persistent": false, "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "activeTab", "tabs", "storage", "http:\/\/*.shoppinggate.dk\/" ] } |