Bitcoiner or Shitcoiner?

Show user biases on Crypto Twitter.

Vad är Bitcoiner or Shitcoiner??

Bitcoiner or Shitcoiner? är en Chrome-tillägg utvecklad av @wiz, och dess huvudfunktion är "Show user biases on Crypto Twitter.".

Tilläggsskärmbilder

screenshot

Ladda ner Bitcoiner or Shitcoiner?-förlängningens CRX-fil

Ladda ner Bitcoiner or Shitcoiner?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Bitcoiner or Shitcoiner? Bitcoiner or Shitcoiner?
ID enmonlhdmpipdodongkamhecipjaphcb
Officiell webbadress https://chromewebstore.google.com/detail/bitcoiner-or-shitcoiner/enmonlhdmpipdodongkamhecipjaphcb
Beskrivning Show user biases on Crypto Twitter.
Filstorlek 14.13 KB
Antal Installationer 43
Aktuell Version 1.1.1
Senast Uppdaterad 2019-03-26
Publiceringsdatum 2019-03-26
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare @wiz
Betalningssätt free
Tilläggswebbplats https://twitter.com/wiz
Hjälpsida URL https://github.com/jmaurice/bitcoiner-or-shitcoiner
Stödda Språk 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"
            ]
        }
    ]
}