Pool to poker and poker to pool
Poker should be called pool and pool should be called poker
What is Pool to poker and poker to pool?
Pool to poker and poker to pool is a Chrome extension developed by adean, and its main feature is "Poker should be called pool and pool should be called poker".
Extension Screenshots
Download Pool to poker and poker to pool Extension CRX File
Download Pool to poker and poker to pool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Pool to poker and poker to pool |
ID | lndkcaldfpakdjdjgdpchoohjnbaaohk |
Official URL | https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk |
Description | Poker should be called pool and pool should be called poker |
File Size | 26.42 KB |
Installation Count | 11 |
Current Version | 0.0.2 |
Last Updated | 2017-07-05 |
Publish Date | 2017-07-05 |
Rating | 5.00/5 Total 9 Ratings |
Developer | adean |
Payment Type | free |
Supported Languages | 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" } ] } |