Reddit CS GO Trading Flair URL
This Google Chrome extension automatically turns whatever is in the post flair into a link.
Reddit CS GO Trading Flair URLとは何ですか?
Reddit CS GO Trading Flair URLはpjfontillasによって開発されたChromeの拡張機能で、その主な機能は「This Google Chrome extension automatically turns whatever is in the post flair into a link.」です。
拡張機能のスクリーンショット
Reddit CS GO Trading Flair URL拡張機能のCRXファイルをダウンロード
Reddit CS GO Trading Flair URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Nothing spectacular. Just makes browsing inventories more convenient.
拡張機能の基本情報
名前 | |
ID | jlcajcpakinfkpdhjiipeoejpobdpogo |
公式URL | https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo |
説明 | This Google Chrome extension automatically turns whatever is in the post flair into a link. |
ファイルサイズ | 442 KB |
インストール数 | 27 |
現在のバージョン | 1.2 |
最終更新日 | 2014-09-11 |
公開日 | 2014-09-11 |
開発者 | pjfontillas |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit CS GO Trading Flair URL", "description": "This Google Chrome extension automatically turns whatever is in the post flair into a link.", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/r\/GlobalOffensiveTrade\/*" ], "js": [ "jquery.min.js", "autolink.js" ] } ], "web_accessible_resources": [ "jquery-1.10.2.min.map" ] } |