Creator of Noise

This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…

Creator of Noise là gì?

Creator of Noise là một tiện ích mở rộng Chrome được phát triển bởi mzozy92, và tính năng chính của nó là "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…".

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

screenshot

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

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

                        This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using it, all your text will become unreadable signs that will clearly show the ads that a website has.                    

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

Tên Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
URL Chính Thức https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Mô tả This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Kích Thước Tệp 3.41 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-04-21
Ngày Phát Hành 2016-04-21
Đánh Giá 2.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển mzozy92
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creator of Noise",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "changefont.css"
            ]
        }
    ]
}