AutoDockets for DyingLight
Automatic check if you are missing out on some awesome free dockets code
What is AutoDockets for DyingLight?
AutoDockets for DyingLight is a Chrome extension developed by https://shoppinggate.dk, and its main feature is "Automatic check if you are missing out on some awesome free dockets code".
Extension Screenshots
Download AutoDockets for DyingLight Extension CRX File
Download AutoDockets for DyingLight extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | nocnfflgglphgikmfigmbjgedfchmgpc |
Official URL | https://chromewebstore.google.com/detail/autodockets-for-dyingligh/nocnfflgglphgikmfigmbjgedfchmgpc |
Description | Automatic check if you are missing out on some awesome free dockets code |
File Size | 90.45 KB |
Installation Count | 44 |
Current Version | 1.0.0 |
Last Updated | 2017-04-16 |
Publish Date | 2017-04-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://shoppinggate.dk |
Payment Type | free |
Extension Website | http://autodockets.shoppinggate.dk/ |
Supported Languages | 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\/" ] } |