Pool to poker and poker to pool
Poker should be called pool and pool should be called poker
Qu'est-ce que Pool to poker and poker to pool ?
Pool to poker and poker to pool est une extension Chrome développée par adean, et sa fonction principale est "Poker should be called pool and pool should be called poker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pool to poker and poker to pool
Téléchargez les fichiers d'extension Pool to poker and poker to pool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Pool to poker and poker to pool |
ID | lndkcaldfpakdjdjgdpchoohjnbaaohk |
URL Officiel | https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk |
Description | Poker should be called pool and pool should be called poker |
Taille du Fichier | 26.42 KB |
Nombre d'Installations | 11 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2017-07-05 |
Date de Publication | 2017-07-05 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | adean |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |