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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoDockets for DyingLight

ดาวน์โหลดไฟล์ส่วนขยาย AutoDockets for DyingLight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AutoDockets for DyingLight AutoDockets for DyingLight
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\/"
    ]
}