Vote the 6ix

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

Qu'est-ce que Vote the 6ix ?

Vote the 6ix est une extension Chrome développée par Rishi Goel, et sa fonction principale est "With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vote the 6ix

Téléchargez les fichiers d'extension Vote the 6ix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Vote the 6ix Vote the 6ix
ID lmlbmkofbicnjcgmblnfcibkdbieogno
URL Officiel https://chromewebstore.google.com/detail/vote-the-6ix/lmlbmkofbicnjcgmblnfcibkdbieogno
Description With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!
Taille du Fichier 50.07 KB
Nombre d'Installations 30
Version Actuelle 3.1
Dernière Mise à Jour 2018-12-02
Date de Publication 2018-12-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Rishi Goel
Type de Paiement free
Site Web de l'Extension https://github.com/rishigoel/Vote-the-6ix
Langues Prises en Charge 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"
            ]
        }
    ]
}