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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://khokon.dev, και η κύρια λειτουργία του είναι "Sort YouTube in your own way and get rid of your YouTube addiction with TubeSort".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TubeSort - Get Rid of Your YouTube Addiction
Λήψη αρχείων επέκτασης 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 |
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" } |