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!”。
擴展截圖
下載Vote the 6ix擴展crx文件
下載Vote the 6ix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easy and quick NBA all-star voting for your favourite Raps! 擴展基本資訊
| 名稱 | |
| ID | lmlbmkofbicnjcgmblnfcibkdbieogno |
| 官方網址 | 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"
]
}
]
} | |