P2P Surf

Proxy switch extension from p2p.surf

P2P Surf là gì?

P2P Surf là một tiện ích mở rộng Chrome được phát triển bởi https://p2p.surf, và tính năng chính của nó là "Proxy switch extension from p2p.surf".

Ả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 P2P Surf

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

                        P2P.Surf is Free VPN . When you participate, you will be able to browse the Internet anonymously. We believe the web is Free for everyone to use and should be open worldwide with no restrictions.                    

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

Tên P2P Surf P2P Surf
ID aicnijnilnlcjopnmmkdleekgmhdohbb
URL Chính Thức https://chromewebstore.google.com/detail/p2p-surf/aicnijnilnlcjopnmmkdleekgmhdohbb
Mô tả Proxy switch extension from p2p.surf
Kích Thước Tệp 181 KB
Số Lần Cài Đặt 364
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2016-06-21
Ngày Phát Hành 2016-06-21
Đánh Giá 2.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://p2p.surf
Loại Thanh Toán free
Trang Web Mở Rộng http://p2p.surf
URL Trang Trợ Giúp http://p2p.surf/support.php
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Proxy switch extension from p2p.surf",
    "manifest_version": 2,
    "name": "P2P Surf",
    "version": "0.0.7",
    "icons": {
        "48": "icons\/shield-disabled.png"
    },
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "popup\/md5.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/disconnected.png",
        "default_title": "Proxy Switch: Disconnected",
        "default_popup": "popup\/proxies.html"
    }
}