AutoDockets for DyingLight
Automatic check if you are missing out on some awesome free dockets code
Qu'est-ce que AutoDockets for DyingLight ?
AutoDockets for DyingLight est une extension Chrome développée par https://shoppinggate.dk, et sa fonction principale est "Automatic check if you are missing out on some awesome free dockets code".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AutoDockets for DyingLight
Téléchargez les fichiers d'extension AutoDockets for DyingLight au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | nocnfflgglphgikmfigmbjgedfchmgpc |
URL Officiel | https://chromewebstore.google.com/detail/autodockets-for-dyingligh/nocnfflgglphgikmfigmbjgedfchmgpc |
Description | Automatic check if you are missing out on some awesome free dockets code |
Taille du Fichier | 90.45 KB |
Nombre d'Installations | 44 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-04-16 |
Date de Publication | 2017-04-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://shoppinggate.dk |
Type de Paiement | free |
Site Web de l'Extension | http://autodockets.shoppinggate.dk/ |
Langues Prises en Charge | 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\/" ] } |