Pool to poker and poker to pool
Poker should be called pool and pool should be called poker
Cos'è Pool to poker and poker to pool?
Pool to poker and poker to pool è un'estensione di Chrome sviluppata da adean, e la sua funzione principale è "Poker should be called pool and pool should be called poker".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pool to poker and poker to pool
Scarica i file di estensione Pool to poker and poker to pool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Pool to poker and poker to pool |
ID | lndkcaldfpakdjdjgdpchoohjnbaaohk |
URL Ufficiale | https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk |
Descrizione | Poker should be called pool and pool should be called poker |
Dimensione del File | 26.42 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-07-05 |
Data di Pubblicazione | 2017-07-05 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | adean |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |