Dangerous Latte

Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.

Dangerous Latte là gì?

Dangerous Latte là một tiện ích mở rộng Chrome được phát triển bởi Ceili Cornelison, và tính năng chính của nó là "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.".

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

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

                        A chrome extension in the spirit of "Millennials to Snake People" or "Cloud to Butt" which converts all instances of 'Grande' (in reference to the size of coffee commonly available from most large coffee shop conglomerates, allegedly 16oz) to 'Ariana Grande' (in reference to the vocalist and pop sensation).                    

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

Tên Dangerous Latte Dangerous Latte
ID ifnoooicimhcakkmfbboblllopnhlaib
URL Chính Thức https://chrome.google.com/webstore/detail/dangerous-latte/ifnoooicimhcakkmfbboblllopnhlaib
Mô tả Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
Kích Thước Tệp 3.57 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-06-21
Ngày Phát Hành 2016-06-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ceili Cornelison
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": "Dangerous Latte",
    "description": "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}