Reddit CS GO Trading Flair URL
This Google Chrome extension automatically turns whatever is in the post flair into a link.
Co je Reddit CS GO Trading Flair URL?
Reddit CS GO Trading Flair URL je rozšíření Chrome vyvinuté pjfontillas, a jeho hlavní funkcí je „This Google Chrome extension automatically turns whatever is in the post flair into a link.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reddit CS GO Trading Flair URL
Stáhněte si soubory rozšíření Reddit CS GO Trading Flair URL ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Nothing spectacular. Just makes browsing inventories more convenient.
Základní Informace o Rozšíření
Název | |
ID | jlcajcpakinfkpdhjiipeoejpobdpogo |
Oficiální URL | https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo |
Popis | This Google Chrome extension automatically turns whatever is in the post flair into a link. |
Velikost souboru | 442 KB |
Počet instalací | 27 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2014-09-11 |
Datum Vydání | 2014-09-11 |
Vývojář | pjfontillas |
Typ Platby | free |
Podporované Jazyky | 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" ] } |