SteamLevelU Extension
Improves interaction with game badges and profile level
SteamLevelU Extensionとは何ですか?
SteamLevelU ExtensionはSteamLevelU.comによって開発されたChromeの拡張機能で、その主な機能は「Improves interaction with game badges and profile level」です。
拡張機能のスクリーンショット
SteamLevelU Extension拡張機能のCRXファイルをダウンロード
SteamLevelU Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Craft badges, count sets to reach higher steam level and much more to come... 拡張機能の基本情報
| 名前 | |
| ID | kbhpgleleakfcijediopmhddclffidbg |
| 公式URL | https://chromewebstore.google.com/detail/steamlevelu-extension/kbhpgleleakfcijediopmhddclffidbg |
| 説明 | Improves interaction with game badges and profile level |
| ファイルサイズ | 156 KB |
| インストール数 | 1,352 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2023-05-04 |
| 公開日 | 2023-05-01 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | SteamLevelU.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://steamlevelu.com/ |
| 対応言語 | en |
| manifest.json | |
{
"action": {
"default_icon": "icons\/icon.png",
"default_popup": "page.html",
"default_title": "SteamLevelU Extension"
},
"content_scripts": [
{
"css": [
"style\/style.css"
],
"js": [
"script\/helper.js"
],
"matches": [
"*:\/\/steamcommunity.com\/*"
],
"run_at": "document_end"
},
{
"css": [
"style\/style.css"
],
"js": [
"script\/helper.js",
"script\/craftInjection.js"
],
"matches": [
"*:\/\/steamcommunity.com\/id\/*\/badges\/*",
"*:\/\/steamcommunity.com\/profiles\/*\/badges\/*",
"*:\/\/steamcommunity.com\/id\/*\/badges",
"*:\/\/steamcommunity.com\/profiles\/*\/badges"
],
"run_at": "document_end"
}
],
"description": "Improves interaction with game badges and profile level",
"externally_connectable": {
"matches": [
"*:\/\/steamcommunity.com\/*"
]
},
"host_permissions": [
"*:\/\/steamcommunity.com\/*"
],
"icons": {
"128": "icons\/icon128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi\/VXMO6Fo1IXFTATq0IkLEASXSYOfZrDOOObj96NcnC1gMlaW4L0DylDXVltYYNpvuHievUMnFi9NXtTExKkqcD8BVRRI0\/1uLheZOXSOH4\/aaE\/x9rVbi5TNEZ8mkJurASNJtsMaqzMG2SKYLtnXD1A7Q9\/8EZayxn4NNOFjxSY4qZHLiI242nOBxA8in3HkNb3\/XdNpgeemsZ8pT0TjE4BxOfF7Otw72M7REJdnteNwp5Mae5jvWhPCy0ZJGWhfgTzEzQV1CviDkQBrXzXrbLQzEY+WFq6bebKZnJ295e470HcxZKBS27\/O9TIdlY\/EmetqqZEojylWs8\/P8ykSwIDAQAB",
"manifest_version": 3,
"name": "SteamLevelU Extension",
"permissions": [
"storage",
"scripting",
"activeTab"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.2",
"web_accessible_resources": [
{
"matches": [
"*:\/\/steamcommunity.com\/*"
],
"resources": [
"style\/style.css",
"script\/helper.js",
"script\/*.js",
"icons\/*",
"fonts\/*"
]
}
]
} | |