Steam cards getter
This extension allow you to automate cards getting process
什么是Steam cards getter?
Steam cards getter是由lgg开发的Chrome扩展程序,该扩展的主要功能是“This extension allow you to automate cards getting process”。
扩展截图
下载Steam cards getter扩展crx文件
下载Steam cards getter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allow you to automate cards getting process More info could be found here: https://github.com/lgg/steam-cards-getter
扩展基本信息
名称 | Steam cards getter |
ID | jkpbeadnomoejfoakjnnpcaiijgbnggk |
官方URL | https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk |
简介 | This extension allow you to automate cards getting process |
文件大小 | 74.88 KB |
安装次数 | 267 |
当前版本 | 1.1.1 |
更新时间 | 2018-07-02 |
上架时间 | 2018-07-02 |
开发者 | lgg |
付费类型 | free |
扩展官网 | https://github.com/lgg/steam-cards-getter |
帮助页面URL | https://github.com/lgg/steam-cards-getter |
支持的语言 | 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" ] } ] } |