Positions or Ban

Verify your Robinhood positions, gains, and losses and generate a verification certificate to prove you truly belong on WSB.

Qu'est-ce que Positions or Ban ?

Positions or Ban est une extension Chrome développée par https://positionsorban.com, et sa fonction principale est "Verify your Robinhood positions, gains, and losses and generate a verification certificate to prove you truly belong on WSB.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Positions or Ban

Téléchargez les fichiers d'extension Positions or Ban 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

                        Made for r/wallstreetbets.

Prove your gains, losses (and let's be honest, they're probably losses), and positions to the other idiots on wsb. Never have someone question your honesty again and get the recognition and/or pity you deserve. And karma -- that sweet, sweet karma. It almost makes losing that $20,000 on SPY puts worth it, doesn't it?

No. No it doesn't. You are an idiot. Download me.                    

Informations de Base sur l'Extension

Nom Positions or Ban Positions or Ban
ID mnfekmgjkelcejffgmobfaklpbgkjhlc
URL Officiel https://chromewebstore.google.com/detail/positions-or-ban/mnfekmgjkelcejffgmobfaklpbgkjhlc
Description Verify your Robinhood positions, gains, and losses and generate a verification certificate to prove you truly belong on WSB.
Taille du Fichier 1000 KB
Nombre d'Installations 69
Version Actuelle 0.1.0
Dernière Mise à Jour 2020-07-28
Date de Publication 2020-06-18
Développeur https://positionsorban.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.positionsorban.com
URL de la Page d'Aide https://www.positionsorban.com
URL de la Page de Politique de Confidentialité https://www.positionsorban.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Positions or Ban",
    "description": "Verify your Robinhood positions, gains, and losses and generate a verification certificate to prove you truly belong on WSB.",
    "version": "0.1.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Positions or Ban",
        "default_icon": "pob-icon-128.png"
    },
    "icons": {
        "16": "pob-icon-16.png",
        "48": "pob-icon-48.png",
        "128": "pob-icon-128.png"
    },
    "permissions": [
        "*:\/\/*.robinhood.com\/*",
        "*:\/\/*.positionsorban.com\/*",
        "*:\/\/lvh.me\/*",
        "identity",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/lvh.me\/*",
            "*:\/\/*.positionsorban.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/robinhood.com\/*"
            ],
            "js": [
                "app\/injectedScript.js",
                "app\/contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "oauth2": {
        "client_id": "407770775717-c8mk5pu7e50ji7d96ki52j0l40q8kcdt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}