Vote the 6ix

With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!

Τι είναι το Vote the 6ix;

Το Vote the 6ix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rishi Goel, και η κύρια λειτουργία του είναι "With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Vote the 6ix

Λήψη αρχείων επέκτασης Vote the 6ix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Easy and quick NBA all-star voting for your favourite Raps!                    

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

Όνομα Vote the 6ix Vote the 6ix
ID lmlbmkofbicnjcgmblnfcibkdbieogno
Επίσημο URL https://chromewebstore.google.com/detail/vote-the-6ix/lmlbmkofbicnjcgmblnfcibkdbieogno
Περιγραφή With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!
Μέγεθος Αρχείου 50.07 KB
Αριθμός Εγκαταστάσεων 30
Τρέχουσα Έκδοση 3.1
Τελευταία Ενημέρωση 2018-12-02
Ημερομηνία Δημοσίευσης 2018-12-02
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Rishi Goel
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/rishigoel/Vote-the-6ix
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vote the 6ix",
    "description": "With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!",
    "version": "3.1",
    "browser_action": {
        "default_icon": "tor.png",
        "default_popup": "twitter.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/intent\/tweet?button_hashtag=NBAVote%20Kyle%20Lowry",
                "https:\/\/twitter.com\/intent\/tweet?button_hashtag=NBAVote%20Kahwi%20Leonard",
                "https:\/\/twitter.com\/intent\/tweet?button_hashtag=NBAVote%20Pascal%20Siakam"
            ],
            "js": [
                "changeTweet.js"
            ]
        }
    ]
}