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 |
| 官方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": []
} | |