NOOT NOOT

Replaces swear words with NOOT NOOT.

NOOT NOOT là gì?

NOOT NOOT là một tiện ích mở rộng Chrome được phát triển bởi anodium, và tính năng chính của nó là "Replaces swear words with NOOT NOOT.".

Ả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 NOOT NOOT

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

                        Exactly what it says on the tin; it replaces swear words with NOOT NOOT. Pretty straightforward.                    

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

Tên NOOT NOOT NOOT NOOT
ID pefpfonanmllmikkgkcibbmijobflocb
URL Chính Thức https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb
Mô tả Replaces swear words with NOOT NOOT.
Kích Thước Tệp 22.27 KB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại Chips Release
Cập Nhật Lần Cuối 2016-09-13
Ngày Phát Hành 2016-09-13
Đánh Giá 4.30/5 Tổng số 20 Đánh Giá
Nhà Phát Triển anodium
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/anodium/noot-noot
URL Trang Trợ Giúp https://github.com/anodium/noot-noot/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NOOT NOOT",
    "version": "1.1.0",
    "version_name": "Chips Release",
    "description": "Replaces swear words with NOOT NOOT.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Andrea Garcia",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "noot.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "swear.json"
    ]
}