AutoDockets for DyingLight
Automatic check if you are missing out on some awesome free dockets code
Hvad er AutoDockets for DyingLight?
AutoDockets for DyingLight er en Chrome-udvidelse udviklet af https://shoppinggate.dk, og dens hovedfunktion er "Automatic check if you are missing out on some awesome free dockets code".
Udvidelsesskærmbilleder
Download AutoDockets for DyingLight-udvidelses-CRX-fil
Download AutoDockets for DyingLight-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nocnfflgglphgikmfigmbjgedfchmgpc |
Officiel URL | https://chromewebstore.google.com/detail/autodockets-for-dyingligh/nocnfflgglphgikmfigmbjgedfchmgpc |
Beskrivelse | Automatic check if you are missing out on some awesome free dockets code |
Filstørrelse | 90.45 KB |
Antal Installationer | 44 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2017-04-16 |
Udgivelsesdato | 2017-04-16 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://shoppinggate.dk |
Betalingsmetode | free |
Udvidelseswebsted | http://autodockets.shoppinggate.dk/ |
Understøttede Sprog | 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\/" ] } |