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". 擴展基本資訊
| 名稱 | |
| ID | poafffpdfcfocfhlcgdafkolbpmmdfpo |
| 官方網址 | 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": []
} | |