Paper.io 2 Tips

For Paper.io 2 lovers, it is the browser add-on of one-click access to guides

Paper.io 2 Tips là gì?

Paper.io 2 Tips là một tiện ích mở rộng Chrome được phát triển bởi gnrsnm, và tính năng chính của nó là "For Paper.io 2 lovers, it is the browser add-on of one-click access to guides".

Ả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 Paper.io 2 Tips

Tải xuống các tệp mở rộng Paper.io 2 Tips 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 Chrome extension provides a quick access for Paper.io 2 tips and guides.                    

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

Tên Paper.io 2 Tips Paper.io 2 Tips
ID hdchnbgigjjhhfkiphafophpnpegbcba
URL Chính Thức https://chromewebstore.google.com/detail/paperio-2-tips/hdchnbgigjjhhfkiphafophpnpegbcba
Mô tả For Paper.io 2 lovers, it is the browser add-on of one-click access to guides
Kích Thước Tệp 780 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2022-04-20
Ngày Phát Hành 2022-04-20
Nhà Phát Triển gnrsnm
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yuhho.com/paper-io-2
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paper.io 2 Tips",
    "description": "For Paper.io 2 lovers, it is the browser add-on of one-click access to guides",
    "version": "3.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/img\/16.png",
        "48": ".\/img\/48.png",
        "128": ".\/img\/128.png"
    },
    "action": {
        "default_popup": ".\/popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}