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ファイルをダウンロード

Streamus ByPasser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}