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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sort YouTube in your own way and get rid of your YouTube addiction with TubeSort"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TubeSort - Get Rid of Your YouTube Addiction एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}