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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
}