Pool to poker and poker to pool

Poker should be called pool and pool should be called poker

Co to jest Pool to poker and poker to pool?

Pool to poker and poker to pool to rozszerzenie Chrome opracowane przez adean, a jego główną funkcją jest „Poker should be called pool and pool should be called poker”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pool to poker and poker to pool

Pobierz pliki rozszerzeń Pool to poker and poker to pool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Pool to poker and poker to pool Pool to poker and poker to pool
ID lndkcaldfpakdjdjgdpchoohjnbaaohk
Oficjalny URL https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk
Opis Poker should be called pool and pool should be called poker
Rozmiar pliku 26.42 KB
Liczba instalacji 11
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2017-07-05
Data Publikacji 2017-07-05
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper adean
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}