Streamus ByPasser

Don't waste your time with compliance. Streamus ByPasser circumvents annoying link shorteners.

Streamus ByPasser란 무엇입니까?

Streamus ByPasser은(는) Edu Olivares에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Don't waste your time with compliance. Streamus ByPasser circumvents annoying link shorteners."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Relase Notes
════════════════
・ Skip link shorteners
・ Fast and Secure
・ Simple and clear
・ Easy to use
════════════════                    

확장 프로그램 기본 정보

이름 Streamus ByPasser Streamus ByPasser
ID dmoemfoopcalicnobhengkfgghjndibo
공식 URL https://chromewebstore.google.com/detail/streamus-bypasser/dmoemfoopcalicnobhengkfgghjndibo
설명 Don't waste your time with compliance. Streamus ByPasser circumvents annoying link shorteners.
파일 크기 555 KB
설치 횟수 7,048
현재 버전 21.3.3
최근 업데이트 2023-02-09
출시 날짜 2020-07-03
평점 4.54/5 총 13 개의 평점
개발자 Edu Olivares
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://delaas.xyz/sbp/
도움말 페이지 URL http://delaas.xyz/sbp/
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ta,te,kn-IN,th,am-ET,ar,ja,ko
manifest.json
{
    "author": "Edu Olivares",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon\/128.png",
            "150": "icon\/150.png",
            "176": "icon\/176.png",
            "48": "icon\/48.png",
            "512": "icon\/512.png"
        },
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/hipotesi.org\/sbp",
    "icons": {
        "128": "icon\/128.png",
        "150": "icon\/150.png",
        "176": "icon\/176.png",
        "48": "icon\/48.png",
        "512": "icon\/512.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmUKX\/CmCNlzAiTQ1o+SGZXZ+jQfYE61pwsYykwTR5Nf85p8\/x8yn3FM+nxG7g8d1ErTY36F1SUqsj6DRgsxz4ZVrcjmC9HY8znlPxPdKJQav1bhL+3QQArgAk1aYp6QX63IgkaHjVLp\/WGlBN3BWjsILeIKHyGttSnvObrIQj8CvXrBwjmdTlGvodR+MqnI1E4437fYNVjFnaYeOWSicnH\/M3i9mhCo5EG4twaCxEL0qhPwUEZTUxCPj7fecT+wznspAhmjGSyRAs1aSRvHZd0lz9zy4hNvpdFYbHyHzSGaolfsVof+awTB04fAorTfnvN7UAVt2YDjU1XZz1k5rgwIDAQAB",
    "manifest_version": 2,
    "name": "Streamus ByPasser",
    "options_ui": {
        "open_in_tab": true,
        "page": "html\/options.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "21.3.3",
    "web_accessible_resources": [
        "html\/before-navigate.html",
        "html\/blocked.html",
        "html\/crowd-bypassed.html",
        "html\/firstrun.html",
        "html\/firstrun-noscript.html",
        "html\/options.html",
        "icon\/48.png"
    ]
}