Vote the 6ix
With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!
What is Vote the 6ix?
Vote the 6ix is a Chrome extension developed by Rishi Goel, and its main feature is "With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!".
Extension Screenshots
Download Vote the 6ix Extension CRX File
Download Vote the 6ix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easy and quick NBA all-star voting for your favourite Raps!
Extension Basic Information
Name | Vote the 6ix |
ID | lmlbmkofbicnjcgmblnfcibkdbieogno |
Official URL | 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! |
File Size | 50.07 KB |
Installation Count | 30 |
Current Version | 3.1 |
Last Updated | 2018-12-02 |
Publish Date | 2018-12-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Rishi Goel |
Payment Type | free |
Extension Website | https://github.com/rishigoel/Vote-the-6ix |
Supported Languages | 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" ] } ] } |