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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Poker should be called pool and pool should be called poker"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pool to poker and poker to pool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |