Pool to poker and poker to pool

Poker should be called pool and pool should be called poker

Apa itu Pool to poker and poker to pool?

Pool to poker and poker to pool adalah ekstensi Chrome yang dikembangkan oleh adean, dan fitur utamanya adalah "Poker should be called pool and pool should be called poker".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pool to poker and poker to pool

Unduh file ekstensi Pool to poker and poker to pool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Pool to poker and poker to pool Pool to poker and poker to pool
ID lndkcaldfpakdjdjgdpchoohjnbaaohk
URL Resmi https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk
Deskripsi Poker should be called pool and pool should be called poker
Ukuran File 26.42 KB
Jumlah Instalasi 11
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2017-07-05
Tanggal Publikasi 2017-07-05
Penilaian 5.00/5 Total 9 Penilaian
Pengembang adean
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}