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 là gì?
Pool to poker and poker to pool là một tiện ích mở rộng Chrome được phát triển bởi adean, và tính năng chính của nó là "Poker should be called pool and pool should be called poker".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pool to poker and poker to pool
Tải xuống các tệp mở rộng Pool to poker and poker to pool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pool to poker and poker to pool |
ID | lndkcaldfpakdjdjgdpchoohjnbaaohk |
URL Chính Thức | https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk |
Mô tả | Poker should be called pool and pool should be called poker |
Kích Thước Tệp | 26.42 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2017-07-05 |
Ngày Phát Hành | 2017-07-05 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | adean |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |