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
电子邮箱 [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"
}