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