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