Pool to poker and poker to pool

Poker should be called pool and pool should be called poker

Was ist Pool to poker and poker to pool?

Pool to poker and poker to pool ist eine Chrome-Erweiterung, die von adean entwickelt wurde, und ihr Hauptmerkmal ist "Poker should be called pool and pool should be called poker".

Erweiterungsscreenshots

screenshot
screenshot

Pool to poker and poker to pool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pool to poker and poker to pool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Pool to poker and poker to pool Pool to poker and poker to pool
ID lndkcaldfpakdjdjgdpchoohjnbaaohk
Offizielle URL https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk
Beschreibung Poker should be called pool and pool should be called poker
Dateigröße 26.42 KB
Installationsanzahl 11
Aktuelle Version 0.0.2
Letztes Update 2017-07-05
Veröffentlichungsdatum 2017-07-05
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler adean
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}