SteamGifts Helper
Adds usefull stuff on SteamGifts.com
SteamGifts Helper là gì?
SteamGifts Helper là một tiện ích mở rộng Chrome được phát triển bởi SteamGifts Helper, và tính năng chính của nó là "Adds usefull stuff on SteamGifts.com".
Ả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 SteamGifts Helper
Tải xuống các tệp mở rộng SteamGifts Helper 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
Features: All pages: * Pin the header bar to the top * Synchronize points across tabs * Clickable magnifying glass in search boxes Giveway browsing pages: * Add platform support icons * Enter giveaways from browsing page
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SteamGifts Helper |
ID | gmapcmjlcmibnddkiddcgdkljaboobbo |
URL Chính Thức | https://chromewebstore.google.com/detail/steamgifts-helper/gmapcmjlcmibnddkiddcgdkljaboobbo |
Mô tả | Adds usefull stuff on SteamGifts.com |
Kích Thước Tệp | 13.44 KB |
Số Lần Cài Đặt | 95 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2019-06-15 |
Ngày Phát Hành | 2019-06-15 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | SteamGifts Helper |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/seeeeew/SteamGiftsHelper |
URL Trang Trợ Giúp | https://github.com/seeeeew/SteamGiftsHelper/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SteamGifts Helper", "short_name": "SG-Helper", "description": "Adds usefull stuff on SteamGifts.com", "homepage_url": "https:\/\/github.com\/seeeeew\/SteamGiftsHelper", "icons": { "16": "img\/logo16.png", "32": "img\/logo32.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "version": "1.1.4", "permissions": [ "*:\/\/www.steamgifts.com\/", "*:\/\/store.steampowered.com\/", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.steamgifts.com\/*" ], "js": [ "steamgiftshelper.js" ], "css": [ "css\/steamgiftshelper.css" ] } ], "options_ui": { "chrome_style": true, "page": "options.html" }, "page_action": { "default_icon": { "19": "img\/logo19.png", "38": "img\/logo38.png" }, "default_title": "SteamGifts Helper options", "default_popup": "options.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |