Reddit CS GO Trading Flair URL

This Google Chrome extension automatically turns whatever is in the post flair into a link.

Τι είναι το Reddit CS GO Trading Flair URL;

Το Reddit CS GO Trading Flair URL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pjfontillas, και η κύρια λειτουργία του είναι "This Google Chrome extension automatically turns whatever is in the post flair into a link.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Reddit CS GO Trading Flair URL

Λήψη αρχείων επέκτασης Reddit CS GO Trading Flair URL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Nothing spectacular. Just makes browsing inventories more convenient.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Reddit CS GO Trading Flair URL Reddit CS GO Trading Flair URL
ID jlcajcpakinfkpdhjiipeoejpobdpogo
Επίσημο URL https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo
Περιγραφή This Google Chrome extension automatically turns whatever is in the post flair into a link.
Μέγεθος Αρχείου 442 KB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2014-09-11
Ημερομηνία Δημοσίευσης 2014-09-11
Προγραμματιστής pjfontillas
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}