Reddit CS GO Trading Flair URL
This Google Chrome extension automatically turns whatever is in the post flair into a link.
O que é Reddit CS GO Trading Flair URL?
Reddit CS GO Trading Flair URL é uma extensão do Chrome desenvolvida por pjfontillas, e sua principal característica é "This Google Chrome extension automatically turns whatever is in the post flair into a link.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit CS GO Trading Flair URL
Baixe arquivos de extensão Reddit CS GO Trading Flair URL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Nothing spectacular. Just makes browsing inventories more convenient.
Informações Básicas da Extensão
Nome | |
ID | jlcajcpakinfkpdhjiipeoejpobdpogo |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo |
Descrição | This Google Chrome extension automatically turns whatever is in the post flair into a link. |
Tamanho do Arquivo | 442 KB |
Contagem de Instalações | 27 |
Versão Atual | 1.2 |
Última Atualização | 2014-09-11 |
Data de Publicação | 2014-09-11 |
Desenvolvedor | pjfontillas |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |