Pool to poker and poker to pool

Poker should be called pool and pool should be called poker

Pool to poker and poker to poolคืออะไร?

Pool to poker and poker to pool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adean และคุณลักษณะหลักของมันคือ "Poker should be called pool and pool should be called poker"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pool to poker and poker to pool

ดาวน์โหลดไฟล์ส่วนขยาย Pool to poker and poker to pool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pool to poker and poker to pool Pool to poker and poker to pool
ID lndkcaldfpakdjdjgdpchoohjnbaaohk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk
คำอธิบาย Poker should be called pool and pool should be called poker
ขนาดไฟล์ 26.42 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-07-05
วันที่เผยแพร่ 2017-07-05
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา adean
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    ]
}