Surf-EASY (Discontinued)

To get around the web easier than before! Back in a new fashion!

Surf-EASY (Discontinued) là gì?

Surf-EASY (Discontinued) là một tiện ích mở rộng Chrome được phát triển bởi https://x-oasis.online, và tính năng chính của nó là "To get around the web easier than before! Back in a new fashion!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Surf-EASY (Discontinued)

Tải xuống các tệp mở rộng Surf-EASY (Discontinued) 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 version is now discontinued and moved to a new listing.                    

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

Tên Surf-EASY (Discontinued) Surf-EASY (Discontinued)
ID ebipmmmnenkjghhdffjakdhcblnkolha
URL Chính Thức https://chromewebstore.google.com/detail/surf-easy-discontinued/ebipmmmnenkjghhdffjakdhcblnkolha
Mô tả To get around the web easier than before! Back in a new fashion!
Kích Thước Tệp 8.84 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 4.1.7
Cập Nhật Lần Cuối 2022-05-08
Ngày Phát Hành 2020-04-23
Nhà Phát Triển https://x-oasis.online
Email [email protected]
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": "Surf-EASY (Discontinued)",
    "version": "4.1.7",
    "manifest_version": 2,
    "description": "To get around the web easier than before! Back in a new fashion!",
    "content_security_policy": "script-src 'self' filesystem: http:\/\/localhost:* https:\/\/localhost:* https:\/\/apis.google.com https:\/\/ajax.googleapis.com https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/unpkg.com https:\/\/maxcdn.com https:\/\/cdn77.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdn.jsdelivr.net\/ https:\/\/*.stripe.com\/ https:\/\/builds.framerjs.com\/ https:\/\/rawgit.com https:\/\/wzrd.in https:\/\/www.gstatic.com https:\/\/semantic-ui.com https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_title": "Surf EASY",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png"
    }
}