AutoDockets for DyingLight
Automatic check if you are missing out on some awesome free dockets code
什么是AutoDockets for DyingLight?
AutoDockets for DyingLight是由https://shoppinggate.dk开发的Chrome扩展程序,该扩展的主要功能是“Automatic check if you are missing out on some awesome free dockets code”。
扩展截图
下载AutoDockets for DyingLight扩展crx文件
下载AutoDockets for DyingLight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | nocnfflgglphgikmfigmbjgedfchmgpc |
官方URL | https://chromewebstore.google.com/detail/autodockets-for-dyingligh/nocnfflgglphgikmfigmbjgedfchmgpc |
简介 | Automatic check if you are missing out on some awesome free dockets code |
文件大小 | 90.45 KB |
安装次数 | 44 |
当前版本 | 1.0.0 |
更新时间 | 2017-04-16 |
上架时间 | 2017-04-16 |
评分 | 5.00/5 共1次评分 |
开发者 | https://shoppinggate.dk |
付费类型 | free |
扩展官网 | http://autodockets.shoppinggate.dk/ |
支持的语言 | 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\/" ] } |