Vote the 6ix
With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!
O que é Vote the 6ix?
Vote the 6ix é uma extensão do Chrome desenvolvida por Rishi Goel, e sua principal característica é "With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Vote the 6ix
Baixe arquivos de extensão Vote the 6ix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Easy and quick NBA all-star voting for your favourite Raps!
Informações Básicas da Extensão
Nome | Vote the 6ix |
ID | lmlbmkofbicnjcgmblnfcibkdbieogno |
URL Oficial | https://chromewebstore.google.com/detail/vote-the-6ix/lmlbmkofbicnjcgmblnfcibkdbieogno |
Descrição | With Vote the 6ix, you can tweet your NBA All-Star vote for your favourite Raptors! |
Tamanho do Arquivo | 50.07 KB |
Contagem de Instalações | 30 |
Versão Atual | 3.1 |
Última Atualização | 2018-12-02 |
Data de Publicação | 2018-12-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Rishi Goel |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/rishigoel/Vote-the-6ix |
Idiomas Suportados | 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" ] } ] } |