YieldNodes Legal

YieldNodes Legal account verification, reporting, and participation.

YieldNodes Legal là gì?

YieldNodes Legal là một tiện ích mở rộng Chrome được phát triển bởi http://yieldnodes.legal, và tính năng chính của nó là "YieldNodes Legal account verification, reporting, and participation.".

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

screenshot
screenshot

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

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

                        Verify your YieldNodes account for participation in the YieldNodes Legal community. Extends your YieldNodes account with helpful features.                    

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

Tên YieldNodes Legal YieldNodes Legal
ID lieaegamedhpehoiehgfpipafkpaaidm
URL Chính Thức https://chrome.google.com/webstore/detail/yieldnodes-legal/lieaegamedhpehoiehgfpipafkpaaidm
Mô tả YieldNodes Legal account verification, reporting, and participation.
Kích Thước Tệp 160 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 3.0.3
Cập Nhật Lần Cuối 2023-08-02
Ngày Phát Hành 2022-11-03
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://yieldnodes.legal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.yieldnodes.legal
URL Trang Trợ Giúp https://www.yieldnodes.legal/support
URL Trang Chính Sách Bảo Mật http://www.yieldnodes.legal/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YieldNodes Legal",
    "description": "YieldNodes Legal account verification, reporting, and participation.",
    "version": "3.0.3",
    "icons": {
        "128": "images\/ynl-extension-icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.yieldnodes.com\/"
    ],
    "action": {
        "default_title": "YieldNodes Legal",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}