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".
Снимки экрана расширения
Скачать файл 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 |
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" } ] } |