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はRishi Goelによって開発されたChromeの拡張機能で、その主な機能は「With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!」です。

拡張機能のスクリーンショット

screenshot

Vote the 6ix拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}