TubeSort - Get Rid of Your YouTube Addiction

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

Was ist TubeSort - Get Rid of Your YouTube Addiction?

TubeSort - Get Rid of Your YouTube Addiction ist eine Chrome-Erweiterung, die von https://khokon.dev entwickelt wurde, und ihr Hauptmerkmal ist "Sort YouTube in your own way and get rid of your YouTube addiction with TubeSort".

Erweiterungsscreenshots

screenshot

TubeSort - Get Rid of Your YouTube Addiction-Erweiterungs-CRX-Datei herunterladen

Laden Sie TubeSort - Get Rid of Your YouTube Addiction-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TubeSort - Get Rid of Your YouTube Addiction TubeSort - Get Rid of Your YouTube Addiction
ID kakmanlkbacoehanankgdpnholloaokd
Offizielle URL https://chromewebstore.google.com/detail/tubesort-get-rid-of-your/kakmanlkbacoehanankgdpnholloaokd
Beschreibung Sort YouTube in your own way and get rid of your YouTube addiction with TubeSort
Dateigröße 41.73 KB
Installationsanzahl 117
Aktuelle Version 1.1
Letztes Update 2022-03-09
Veröffentlichungsdatum 2021-07-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://khokon.dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tubesort.com
Hilfeseite URL https://tubesort.com/contact
Unterstützte Sprachen 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"
}