AutoDockets for DyingLight
Automatic check if you are missing out on some awesome free dockets code
Was ist AutoDockets for DyingLight?
AutoDockets for DyingLight ist eine Chrome-Erweiterung, die von https://shoppinggate.dk entwickelt wurde, und ihr Hauptmerkmal ist "Automatic check if you are missing out on some awesome free dockets code".
Erweiterungsscreenshots
AutoDockets for DyingLight-Erweiterungs-CRX-Datei herunterladen
Laden Sie AutoDockets for DyingLight-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | nocnfflgglphgikmfigmbjgedfchmgpc |
Offizielle URL | https://chromewebstore.google.com/detail/autodockets-for-dyingligh/nocnfflgglphgikmfigmbjgedfchmgpc |
Beschreibung | Automatic check if you are missing out on some awesome free dockets code |
Dateigröße | 90.45 KB |
Installationsanzahl | 44 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2017-04-16 |
Veröffentlichungsdatum | 2017-04-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://shoppinggate.dk |
Zahlungsart | free |
Erweiterungswebsite | http://autodockets.shoppinggate.dk/ |
Unterstützte Sprachen | 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\/" ] } |