Surf-EASY (Discontinued)

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

Surf-EASY (Discontinued)란 무엇입니까?

Surf-EASY (Discontinued)은(는) https://x-oasis.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To get around the web easier than before! Back in a new fashion!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Surf-EASY (Discontinued) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This version is now discontinued and moved to a new listing.                    

확장 프로그램 기본 정보

이름 Surf-EASY (Discontinued) Surf-EASY (Discontinued)
ID ebipmmmnenkjghhdffjakdhcblnkolha
공식 URL https://chromewebstore.google.com/detail/surf-easy-discontinued/ebipmmmnenkjghhdffjakdhcblnkolha
설명 To get around the web easier than before! Back in a new fashion!
파일 크기 8.84 KB
설치 횟수 29
현재 버전 4.1.7
최근 업데이트 2022-05-08
출시 날짜 2020-04-23
개발자 https://x-oasis.online
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}