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 là gì?

Stonks là một tiện ích mở rộng Chrome được phát triển bởi CoderByHeart, và tính năng chính của nó là "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stonks

Tải xuống các tệp mở rộng Stonks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stonks Stonks
ID poafffpdfcfocfhlcgdafkolbpmmdfpo
URL Chính Thức https://chromewebstore.google.com/detail/stonks/poafffpdfcfocfhlcgdafkolbpmmdfpo
Mô tả Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke
Kích Thước Tệp 19.28 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-02-04
Ngày Phát Hành 2021-02-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển CoderByHeart
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}