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是由adean开发的Chrome扩展程序,该扩展的主要功能是“Poker should be called pool and pool should be called poker”。

扩展截图

screenshot
screenshot

下载Pool to poker and poker to pool扩展crx文件

下载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"
        }
    ]
}