Reddit CS GO Trading Flair URL
This Google Chrome extension automatically turns whatever is in the post flair into a link.
Vad är Reddit CS GO Trading Flair URL?
Reddit CS GO Trading Flair URL är en Chrome-tillägg utvecklad av pjfontillas, och dess huvudfunktion är "This Google Chrome extension automatically turns whatever is in the post flair into a link.".
Tilläggsskärmbilder
Ladda ner Reddit CS GO Trading Flair URL-förlängningens CRX-fil
Ladda ner Reddit CS GO Trading Flair URL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Nothing spectacular. Just makes browsing inventories more convenient.
Grundläggande Information om Tillägg
Namn | |
ID | jlcajcpakinfkpdhjiipeoejpobdpogo |
Officiell webbadress | https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo |
Beskrivning | This Google Chrome extension automatically turns whatever is in the post flair into a link. |
Filstorlek | 442 KB |
Antal Installationer | 27 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2014-09-11 |
Publiceringsdatum | 2014-09-11 |
Utvecklare | pjfontillas |
Betalningssätt | free |
Stödda Språk | 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" ] } |