Reddit CS GO Trading Flair URL
This Google Chrome extension automatically turns whatever is in the post flair into a link.
Was ist Reddit CS GO Trading Flair URL?
Reddit CS GO Trading Flair URL ist eine Chrome-Erweiterung, die von pjfontillas entwickelt wurde, und ihr Hauptmerkmal ist "This Google Chrome extension automatically turns whatever is in the post flair into a link.".
Erweiterungsscreenshots
Reddit CS GO Trading Flair URL-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit CS GO Trading Flair URL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Nothing spectacular. Just makes browsing inventories more convenient.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jlcajcpakinfkpdhjiipeoejpobdpogo |
Offizielle URL | https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo |
Beschreibung | This Google Chrome extension automatically turns whatever is in the post flair into a link. |
Dateigröße | 442 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1.2 |
Letztes Update | 2014-09-11 |
Veröffentlichungsdatum | 2014-09-11 |
Entwickler | pjfontillas |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |