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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Verify your Robinhood positions, gains, and losses and generate a verification certificate to prove you truly belong on WSB."입니다.
확장 프로그램 스크린샷
Positions or Ban 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } } |