Vote the 6ix

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

Apa itu Vote the 6ix?

Vote the 6ix adalah ekstensi Chrome yang dikembangkan oleh Rishi Goel, dan fitur utamanya adalah "With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Vote the 6ix

Unduh file ekstensi Vote the 6ix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Vote the 6ix Vote the 6ix
ID lmlbmkofbicnjcgmblnfcibkdbieogno
URL Resmi https://chromewebstore.google.com/detail/vote-the-6ix/lmlbmkofbicnjcgmblnfcibkdbieogno
Deskripsi With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!
Ukuran File 50.07 KB
Jumlah Instalasi 30
Versi Saat Ini 3.1
Terakhir Diperbarui 2018-12-02
Tanggal Publikasi 2018-12-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Rishi Goel
Tipe Pembayaran free
Situs Ekstensi https://github.com/rishigoel/Vote-the-6ix
Bahasa yang Didukung 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"
            ]
        }
    ]
}