Positions or Ban

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

Positions or Ban क्या है?

Positions or Ban https://positionsorban.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Verify your Robinhood positions, gains, and losses and generate a verification certificate to prove you truly belong on WSB."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Positions or Ban एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Positions or Ban Positions or Ban
ID mnfekmgjkelcejffgmobfaklpbgkjhlc
आधिकारिक URL https://chromewebstore.google.com/detail/positions-or-ban/mnfekmgjkelcejffgmobfaklpbgkjhlc
विवरण Verify your Robinhood positions, gains, and losses and generate a verification certificate to prove you truly belong on WSB.
फ़ाइल का आकार 1000 KB
स्थापना संख्या 69
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2020-07-28
प्रकाशन तिथि 2020-06-18
डेवलपर https://positionsorban.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.positionsorban.com
सहायता पृष्ठ URL https://www.positionsorban.com
गोपनीयता नीति पृष्ठ URL https://www.positionsorban.com/privacy
समर्थित भाषाएँ 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"
        ]
    }
}