AutoDockets for DyingLight
Automatic check if you are missing out on some awesome free dockets code
O que é AutoDockets for DyingLight?
AutoDockets for DyingLight é uma extensão do Chrome desenvolvida por https://shoppinggate.dk, e sua principal característica é "Automatic check if you are missing out on some awesome free dockets code".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AutoDockets for DyingLight
Baixe arquivos de extensão AutoDockets for DyingLight no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | nocnfflgglphgikmfigmbjgedfchmgpc |
URL Oficial | https://chromewebstore.google.com/detail/autodockets-for-dyingligh/nocnfflgglphgikmfigmbjgedfchmgpc |
Descrição | Automatic check if you are missing out on some awesome free dockets code |
Tamanho do Arquivo | 90.45 KB |
Contagem de Instalações | 44 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-04-16 |
Data de Publicação | 2017-04-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://shoppinggate.dk |
Tipo de Pagamento | free |
Site da Extensão | http://autodockets.shoppinggate.dk/ |
Idiomas Suportados | 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\/" ] } |