AutoDockets for DyingLight
Automatic check if you are missing out on some awesome free dockets code
Cos'è AutoDockets for DyingLight?
AutoDockets for DyingLight è un'estensione di Chrome sviluppata da https://shoppinggate.dk, e la sua funzione principale è "Automatic check if you are missing out on some awesome free dockets code".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AutoDockets for DyingLight
Scarica i file di estensione AutoDockets for DyingLight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | nocnfflgglphgikmfigmbjgedfchmgpc |
URL Ufficiale | https://chromewebstore.google.com/detail/autodockets-for-dyingligh/nocnfflgglphgikmfigmbjgedfchmgpc |
Descrizione | Automatic check if you are missing out on some awesome free dockets code |
Dimensione del File | 90.45 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-04-16 |
Data di Pubblicazione | 2017-04-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://shoppinggate.dk |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://autodockets.shoppinggate.dk/ |
Lingue Supportate | 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\/" ] } |