Steam cards getter
This extension allow you to automate cards getting process
Steam cards getter là gì?
Steam cards getter là một tiện ích mở rộng Chrome được phát triển bởi lgg, và tính năng chính của nó là "This extension allow you to automate cards getting process".
Ả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 Steam cards getter
Tải xuống các tệp mở rộng Steam cards getter 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
This extension allow you to automate cards getting process More info could be found here: https://github.com/lgg/steam-cards-getter
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Steam cards getter |
ID | jkpbeadnomoejfoakjnnpcaiijgbnggk |
URL Chính Thức | https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk |
Mô tả | This extension allow you to automate cards getting process |
Kích Thước Tệp | 74.88 KB |
Số Lần Cài Đặt | 267 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2018-07-02 |
Ngày Phát Hành | 2018-07-02 |
Nhà Phát Triển | lgg |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lgg/steam-cards-getter |
URL Trang Trợ Giúp | https://github.com/lgg/steam-cards-getter |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam cards getter", "description": "This extension allow you to automate cards getting process", "version": "1.1.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup\/index.html" }, "permissions": [ "storage", "http:\/\/store.steampowered.com\/", "https:\/\/store.steampowered.com\/" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/store.steampowered.com\/*", "https:\/\/store.steampowered.com\/*" ], "js": [ "content-scripts\/steam-cards-getter-content-script.js" ] } ] } |