On the blockchain

Adds 'on the blockchain' to the end of every sentence.

On the blockchain là gì?

On the blockchain là một tiện ích mở rộng Chrome được phát triển bởi David Tran, và tính năng chính của nó là "Adds 'on the blockchain' to the end of every sentence.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng On the blockchain 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

                        Inspired by Erin Griffith and "Millennials to Snake People"! See coverage here: https://bit.ly/on-the-blockchain

Warning: Super naive implementation that main ruin all your browsing experience, but don't worry; everything will be preserved on the blockchain!

When you've had enough of the blockchain, to disable or uninstall, simply go to Preferences > Extensions > Uncheck "Enable" or hit the "Trash" icon.                    

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

Tên On the blockchain On the blockchain
ID jieoegmpbhhhdeidanoldbfnghajiehe
URL Chính Thức https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe
Mô tả Adds 'on the blockchain' to the end of every sentence.
Kích Thước Tệp 24.5 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2018-01-20
Ngày Phát Hành 2018-01-20
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển David Tran
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dtran320/on-the-blockchain
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "On the blockchain",
    "short_name": "On the blockchain",
    "description": "Adds 'on the blockchain' to the end of every sentence.",
    "author": "David Tran",
    "version": "0.1.3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}