Outsurf

Surf quicker than anyone else, by skipping through unnecessary steps, when accessing preferred sites

Outsurf란 무엇입니까?

Outsurf은(는) Peter Molacek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Surf quicker than anyone else, by skipping through unnecessary steps, when accessing preferred sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Outsurf 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Even your RAM has a right to be off duty.
Outsurf gives your PC what it deserves.
We help you save time and thus reduce the load on your PC.

Picture this:
You want to go surfing and you have to wait in line at the surfboard rental before you can finally ride the waves. Something similar happens when you want to visit your favorite websites and are redirected to web search first, wasting your time.
Outsurf can help you there. Simply type a shortcut, which you can completely customize, into the address bar and we'll instantly redirect you to the website you want. You can even search directly on the desired page and enjoy even faster what you actually want to see instead of a web search. For example, just type "wiki" in the address bar and within seconds you'll reach Wikipedia web page directly.
Skip annoying queues and pushy rentals, we give you the surfboard immediately! When and how you want.

Of course, we do not store any of your personal data and offer you the possibility to uninstall Outsurf in no time if you are not satisfied with it. Also feel free to use our feedback form to help us make Outsurf even better.

If you have any questions, please contact: [email protected]                    

확장 프로그램 기본 정보

이름 Outsurf Outsurf
ID eiamiknkelfkfombkabmpdanicllfohk
공식 URL https://chromewebstore.google.com/detail/outsurf/eiamiknkelfkfombkabmpdanicllfohk
설명 Surf quicker than anyone else, by skipping through unnecessary steps, when accessing preferred sites
파일 크기 1.82 MB
설치 횟수 116,174
현재 버전 1.0
최근 업데이트 2021-07-06
출시 날짜 2021-07-06
평점 1.00/5 총 1 개의 평점
개발자 Peter Molacek
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://outsurf.net/priv_pol.pdf
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "\/img\/outsurf_48.png"
    },
    "icons": {
        "128": "\/img\/outsurf_128.png",
        "48": "\/img\/outsurf_48.png"
    },
    "name": "Outsurf",
    "version": "1.0",
    "default_locale": "en",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "description": "Surf quicker than anyone else, by skipping through unnecessary steps, when accessing preferred sites",
    "permissions": [
        "webRequestBlocking",
        "contextMenus",
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "options_page": "index.html"
}