Bitcoiner or Shitcoiner?
Show user biases on Crypto Twitter.
Qu'est-ce que Bitcoiner or Shitcoiner? ?
Bitcoiner or Shitcoiner? est une extension Chrome développée par @wiz, et sa fonction principale est "Show user biases on Crypto Twitter.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoiner or Shitcoiner?
Téléchargez les fichiers d'extension Bitcoiner or Shitcoiner? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Displays if a Twitter user is a Bitcoiner or a Shitcoiner
Forked from Coinflict of Interest by @lukechilds
All data provided by https://hive.one Informations de Base sur l'Extension
| Nom | |
| ID | enmonlhdmpipdodongkamhecipjaphcb |
| URL Officiel | https://chromewebstore.google.com/detail/bitcoiner-or-shitcoiner/enmonlhdmpipdodongkamhecipjaphcb |
| Description | Show user biases on Crypto Twitter. |
| Taille du Fichier | 14.13 KB |
| Nombre d'Installations | 43 |
| Version Actuelle | 1.1.1 |
| Dernière Mise à Jour | 2019-03-26 |
| Date de Publication | 2019-03-26 |
| Évaluation | 4.00/5 Total 2 Évaluations |
| Développeur | @wiz |
| Type de Paiement | free |
| Site Web de l'Extension | https://twitter.com/wiz |
| URL de la Page d'Aide | https://github.com/jmaurice/bitcoiner-or-shitcoiner |
| Langues Prises en Charge | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bitcoiner or Shitcoiner?",
"version": "1.1.1",
"icons": {
"256": "icon.png"
},
"description": "Show user biases on Crypto Twitter.",
"homepage_url": "https:\/\/github.com\/jmaurice\/bitcoiner-or-shitcoiner",
"manifest_version": 2,
"minimum_chrome_version": "36",
"permissions": [
"*:\/\/hive.one\/*"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
]
} | |