Vote the 6ix

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

¿Qué es Vote the 6ix?

Vote the 6ix es una extensión de Chrome desarrollada por Rishi Goel, y su función principal es "With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Vote the 6ix

Descarga archivos de extensión Vote the 6ix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Vote the 6ix Vote the 6ix
ID lmlbmkofbicnjcgmblnfcibkdbieogno
URL Oficial https://chromewebstore.google.com/detail/vote-the-6ix/lmlbmkofbicnjcgmblnfcibkdbieogno
Descripción With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!
Tamaño del Archivo 50.07 KB
Cantidad de Instalaciones 30
Versión Actual 3.1
Última Actualización 2018-12-02
Fecha de Publicación 2018-12-02
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Rishi Goel
Tipo de Pago free
Sitio Web de la Extensión https://github.com/rishigoel/Vote-the-6ix
Idiomas Soportados 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"
            ]
        }
    ]
}