Reddit CS GO Trading Flair URL
This Google Chrome extension automatically turns whatever is in the post flair into a link.
Apa itu Reddit CS GO Trading Flair URL?
Reddit CS GO Trading Flair URL adalah ekstensi Chrome yang dikembangkan oleh pjfontillas, dan fitur utamanya adalah "This Google Chrome extension automatically turns whatever is in the post flair into a link.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reddit CS GO Trading Flair URL
Unduh file ekstensi Reddit CS GO Trading Flair URL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Nothing spectacular. Just makes browsing inventories more convenient.
Informasi Dasar Ekstensi
Nama | |
ID | jlcajcpakinfkpdhjiipeoejpobdpogo |
URL Resmi | https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo |
Deskripsi | This Google Chrome extension automatically turns whatever is in the post flair into a link. |
Ukuran File | 442 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-09-11 |
Tanggal Publikasi | 2014-09-11 |
Pengembang | pjfontillas |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |