AutoDockets for DyingLight
Automatic check if you are missing out on some awesome free dockets code
AutoDockets for DyingLight là gì?
AutoDockets for DyingLight là một tiện ích mở rộng Chrome được phát triển bởi https://shoppinggate.dk, và tính năng chính của nó là "Automatic check if you are missing out on some awesome free dockets code".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AutoDockets for DyingLight
Tải xuống các tệp mở rộng AutoDockets for DyingLight dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nocnfflgglphgikmfigmbjgedfchmgpc |
URL Chính Thức | https://chromewebstore.google.com/detail/autodockets-for-dyingligh/nocnfflgglphgikmfigmbjgedfchmgpc |
Mô tả | Automatic check if you are missing out on some awesome free dockets code |
Kích Thước Tệp | 90.45 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-04-16 |
Ngày Phát Hành | 2017-04-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://shoppinggate.dk |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://autodockets.shoppinggate.dk/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |