Pool to poker and poker to pool

Poker should be called pool and pool should be called poker

Wat is Pool to poker and poker to pool?

Pool to poker and poker to pool is een Chrome-extensie ontwikkeld door adean, en de belangrijkste functie is "Poker should be called pool and pool should be called poker".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pool to poker and poker to pool

Download Pool to poker and poker to pool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Pool to poker and poker to pool Pool to poker and poker to pool
ID lndkcaldfpakdjdjgdpchoohjnbaaohk
Officiële URL https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk
Beschrijving Poker should be called pool and pool should be called poker
Bestandsgrootte 26.42 KB
Aantal Installaties 11
Huidige Versie 0.0.2
Laatst Bijgewerkt 2017-07-05
Publicatiedatum 2017-07-05
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar adean
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}