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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CoderByHeart และคุณลักษณะหลักของมันคือ "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stonks
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [] } |