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 là gì?
Reddit CS GO Trading Flair URL là một tiện ích mở rộng Chrome được phát triển bởi pjfontillas, và tính năng chính của nó là "This Google Chrome extension automatically turns whatever is in the post flair into a link.".
Ả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 Reddit CS GO Trading Flair URL
Tải xuống các tệp mở rộng Reddit CS GO Trading Flair URL 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
Nothing spectacular. Just makes browsing inventories more convenient.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jlcajcpakinfkpdhjiipeoejpobdpogo |
URL Chính Thức | https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo |
Mô tả | This Google Chrome extension automatically turns whatever is in the post flair into a link. |
Kích Thước Tệp | 442 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2014-09-11 |
Ngày Phát Hành | 2014-09-11 |
Nhà Phát Triển | pjfontillas |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |