Stonks
Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke
Stonksとは何ですか?
StonksはCoderByHeartによって開発されたChromeの拡張機能で、その主な機能は「Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke」です。
拡張機能のスクリーンショット
Stonks拡張機能のCRXファイルをダウンロード
Stonks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Turn the word stocks to stonks. Your DD will look more solid to your fellow retards when they read your brain-dead screenshots. Or you can just laugh at your screen like a monke reading word class newspapers saying "stonks".
拡張機能の基本情報
名前 | Stonks |
ID | poafffpdfcfocfhlcgdafkolbpmmdfpo |
公式URL | https://chromewebstore.google.com/detail/stonks/poafffpdfcfocfhlcgdafkolbpmmdfpo |
説明 | Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke |
ファイルサイズ | 19.28 KB |
インストール数 | 46 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-02-04 |
公開日 | 2021-02-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | CoderByHeart |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stonks", "description": "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke", "version": "1.0.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "author": "CoderByHeart", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "popup.js" ], "run_at": "document_end" } ], "permissions": [] } |