Pool to poker and poker to pool
Poker should be called pool and pool should be called poker
O que é Pool to poker and poker to pool?
Pool to poker and poker to pool é uma extensão do Chrome desenvolvida por adean, e sua principal característica é "Poker should be called pool and pool should be called poker".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pool to poker and poker to pool
Baixe arquivos de extensão Pool to poker and poker to pool 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
Chrome extension to change "pool" to "poker" and "poker" to "pool" ~What? Why?!~ In what is commonly referred to as "pool," you poke the balls. In so-called "poker," money is pooled. ~How does this work?! Want to contribute and add NLP and stuff?~ Check out the code: https://github.com/andreadean/plop
Informações Básicas da Extensão
Nome | Pool to poker and poker to pool |
ID | lndkcaldfpakdjdjgdpchoohjnbaaohk |
URL Oficial | https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk |
Descrição | Poker should be called pool and pool should be called poker |
Tamanho do Arquivo | 26.42 KB |
Contagem de Instalações | 11 |
Versão Atual | 0.0.2 |
Última Atualização | 2017-07-05 |
Data de Publicação | 2017-07-05 |
Classificação | 5.00/5 Total de 9 Avaliações |
Desenvolvedor | adean |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pool to poker and poker to pool", "short_name": "plop", "description": "Poker should be called pool and pool should be called poker", "author": "Andrea", "version": "0.0.2", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |