Steam Little Toolkit
Tweaks the Steam store to make a better experience, complete your experience with the SteamDB Extension!
Steam Little Toolkit là gì?
Steam Little Toolkit là một tiện ích mở rộng Chrome được phát triển bởi https://akbal.dev, và tính năng chính của nó là "Tweaks the Steam store to make a better experience, complete your experience with the SteamDB Extension!".
Ả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 Little Toolkit
Tải xuống các tệp mở rộng Steam Little Toolkit 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 mostly introduces nice additions like: · Hiding the games that you already own, so you only see new games, · Actually hiding the games that you ignore, not putting a badge and graying it out · Removes the pesky autoplaying livestreams :) · Bypasses automatically the annoying Age check and the external Url check All the settings are optional and can be toggled via the menu! Check all the features and future updates on the GitHub below You can check the source code, planned updates, alert me of some bugs or just say what you want added on the extension's GitHub! https://github.com/VoidlessSeven7/Steam-Little-Toolkit-Browser-Extension If you're worried about security: dont worry anymore cause the extension doesnt load on secure pages like the cart, checkout, login or register page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Steam Little Toolkit |
ID | pnhdnmabfhccfeopkagnbddebnkamkfk |
URL Chính Thức | https://chromewebstore.google.com/detail/steam-little-toolkit/pnhdnmabfhccfeopkagnbddebnkamkfk |
Mô tả | Tweaks the Steam store to make a better experience, complete your experience with the SteamDB Extension! |
Kích Thước Tệp | 75.67 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.19 |
Cập Nhật Lần Cuối | 2019-11-07 |
Ngày Phát Hành | 2019-11-07 |
Nhà Phát Triển | https://akbal.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/VoidlessSeven7/Steam-Little-Toolkit-Browser-Extension |
URL Trang Trợ Giúp | https://github.com/VoidlessSeven7/Steam-Little-Toolkit-Browser-Extension#readme |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Little Toolkit", "version": "1.19", "description": "Tweaks the Steam store to make a better experience, complete your experience with the SteamDB Extension!", "homepage_url": "https:\/\/github.com\/VoidlessSeven7\/Steam-Little-Toolkit-Browser-Extension\/", "icons": { "32": "assets\/images\/icons\/steam_32.png", "48": "assets\/images\/icons\/steam_48.png", "64": "assets\/images\/icons\/steam_64.png", "98": "assets\/images\/icons\/steam_98.png", "128": "assets\/images\/icons\/steam_128.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "assets\/images\/icons\/steam_64.png", "default_title": "Steam Little Toolkit", "default_popup": ".\/assets\/html\/popup.html" }, "options_ui": { "page": ".\/assets\/html\/popup.html" }, "background": { "scripts": [ ".\/assets\/js\/common.js", ".\/assets\/js\/background.js", ".\/assets\/js\/insights.js", ".\/assets\/js\/analytics.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/*", "*:\/\/steamcommunity.com\/linkfilter\/*" ], "exclude_matches": [ "*:\/\/store.steampowered.com\/cart\/*", "*:\/\/store.steampowered.com\/checkout\/*", "*:\/\/store.steampowered.com\/login\/*", "*:\/\/store.steampowered.com\/join\/*" ], "run_at": "document_idle", "js": [ ".\/assets\/js\/common.js", ".\/assets\/js\/content_script.js" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "58.0" } }, "content_security_policy": "script-src 'self' https:\/\/getinsights.io; object-src 'self'" } |