AutoDockets for DyingLight
Automatic check if you are missing out on some awesome free dockets code
Wat is AutoDockets for DyingLight?
AutoDockets for DyingLight is een Chrome-extensie ontwikkeld door https://shoppinggate.dk, en de belangrijkste functie is "Automatic check if you are missing out on some awesome free dockets code".
Extensie Screenshots
Download het CRX-bestand van de extensie AutoDockets for DyingLight
Download AutoDockets for DyingLight-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | nocnfflgglphgikmfigmbjgedfchmgpc |
Officiële URL | https://chromewebstore.google.com/detail/autodockets-for-dyingligh/nocnfflgglphgikmfigmbjgedfchmgpc |
Beschrijving | Automatic check if you are missing out on some awesome free dockets code |
Bestandsgrootte | 90.45 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-04-16 |
Publicatiedatum | 2017-04-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://shoppinggate.dk |
Betalingswijze | free |
Extensiewebsite | http://autodockets.shoppinggate.dk/ |
Ondersteunde Talen | 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\/" ] } |