TubeSort - Get Rid of Your YouTube Addiction

Sort YouTube in your own way and get rid of your YouTube addiction with TubeSort

TubeSort - Get Rid of Your YouTube Addictionとは何ですか?

TubeSort - Get Rid of Your YouTube Addictionはhttps://khokon.devによって開発されたChromeの拡張機能で、その主な機能は「Sort YouTube in your own way and get rid of your YouTube addiction with TubeSort」です。

拡張機能のスクリーンショット

screenshot

TubeSort - Get Rid of Your YouTube Addiction拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Free yourself from YouTube with TubeSort

YouTube is the most popular video platform out there. But there isn't a more randomly mixed thing in the world. YouTube addiction is also a buzzword nowadays. YouTube makes us addicted by its powerful algorithm! It suggests related videos that we will want to watch.

The more we visit the platform, it makes us more addicted, forces us to watch a lot of unnecessary content and binge-watch them all...

Well, no more YouTube addiction!

Because TubeSort is here to help you fight your YouTube addiction. TubeSort lets you sort your important content from YouTube and gives you a controlled environment where you control YouTube.                    

拡張機能の基本情報

名前 TubeSort - Get Rid of Your YouTube Addiction TubeSort - Get Rid of Your YouTube Addiction
ID kakmanlkbacoehanankgdpnholloaokd
公式URL https://chromewebstore.google.com/detail/tubesort-get-rid-of-your/kakmanlkbacoehanankgdpnholloaokd
説明 Sort YouTube in your own way and get rid of your YouTube addiction with TubeSort
ファイルサイズ 41.73 KB
インストール数 117
現在のバージョン 1.1
最終更新日 2022-03-09
公開日 2021-07-18
評価 5.00/5 合計 2 レビュー
開発者 https://khokon.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tubesort.com
ヘルプページのURL https://tubesort.com/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "TubeSort.com",
    "content_scripts": [
        {
            "js": [
                "assets\/js\/youtube.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/js\/tubesort.js"
            ],
            "matches": [
                "https:\/\/*.tubesort.com\/*",
                "https:\/\/tubesort.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/img\/48.png",
        "default_popup": "popup.html",
        "default_title": "TubeSort"
    },
    "description": "Sort YouTube in your own way and get rid of your YouTube addiction with TubeSort",
    "homepage_url": "https:\/\/tubesort.com",
    "icons": {
        "128": "assets\/img\/128.png",
        "48": "assets\/img\/48.png"
    },
    "manifest_version": 3,
    "name": "TubeSort - Get Rid of Your YouTube Addiction",
    "permissions": [
        "storage"
    ],
    "short_name": "TubeSort",
    "version": "1.1"
}