YouTweak for YouTube™ - Subscription Manager

Adds many useful tweaks to pages on the youtube site. Remove subscriptions, clear watched videos & more!

YouTweak for YouTube™ - Subscription Manager क्या है?

YouTweak for YouTube™ - Subscription Manager https://mattie432.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds many useful tweaks to pages on the youtube site. Remove subscriptions, clear watched videos & more!"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में YouTweak for YouTube™ - Subscription Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Overview
¯¯¯¯¯¯¯¯
● Remove Subscription Videos
● Remove Watched Videos
● Change the page clicking the YouTube icon takes you to
● Remove all subscription videos
● Load all subscription videos
● Collapse subscription groups

About
¯¯¯¯¯
This extension aims to provide an improved experience for the popular video site, YouTube. First a little about me, I am a university student currently studying an MEng in Computer Science in the UK. I have been coding for the past 8 years and throughout that time I have been an avid creator and consumer of YouTube content. The reason for making this extension was to improve my experience when using YouTube and I have finally decided to submit this to the Chrome extension store in the hopes that it will aid you in the same way.

Features
¯¯¯¯¯¯¯¯
Remove Subscription Videos - This feature makes it easier to delete unwanted videos from your YouTube homepage.

Remove Watched Videos - This feature makes your homepage much cleaner by removing any subscription videos that you have already watched.

YouTube Subscriptions as Default Page - Enable me if you want the 'Subscriptions' page as your default YouTube homepage.

Clear All Videos - This will delete all videos from your subscriptions page.

Load All Videos - Allows you to load *all* of your subscription videos into view.

Collapse Subscription Groups - Allows you to toggle a the viewing of your subscription groups (Today, Yesterday, Last Week, etc).

More Information
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
More detailed descriptions, current issues and planned updates are available at https://github.com/Mattie432/YouTweak

Final Note
¯¯¯¯¯¯¯¯¯¯
If you installed my extension and liked it a quick moment of your time to rate it would be most appreciated, equally if you didn't like it I would urge you to leave a comment explaining your concerns so that these can be addressed for future releases.

Any bugs that are found should be reported to me through the GitHub issues page (https://github.com/Mattie432/YouTweak/issues).

Thanks Matt

Programming - @Mattie432
Graphics - @getupWill                    

एक्सटेंशन की मूल जानकारी

नाम YouTweak for YouTube™ - Subscription Manager YouTweak for YouTube™ - Subscription Manager
ID cfgpigllcihcpkbokdnmpkjobnebflgh
आधिकारिक URL https://chromewebstore.google.com/detail/youtweak-for-youtube-subs/cfgpigllcihcpkbokdnmpkjobnebflgh
विवरण Adds many useful tweaks to pages on the youtube site. Remove subscriptions, clear watched videos & more!
फ़ाइल का आकार 301 KB
स्थापना संख्या 7,260
वर्तमान संस्करण 4.108
अंतिम अपडेट 2016-09-20
प्रकाशन तिथि 2016-09-20
रेटिंग 3.70/5 कुल 359 रेटिंग्स
डेवलपर https://mattie432.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Mattie432/YouTweak
सहायता पृष्ठ URL https://github.com/Mattie432/YouTweak/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTweak for YouTube\u2122 - Subscription Manager",
    "version": "4.108",
    "manifest_version": 2,
    "options_page": "\/OptionsPage\/options.html",
    "background": {
        "scripts": [
            "BackgroundScripts\/s_EventPage.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "*:\/\/youtube.com\/*",
        "*:\/\/*.youtube.com\/*",
        "tabs",
        "*:\/\/mattie432.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "description": "Adds many useful tweaks to pages on the youtube site. Remove subscriptions, clear watched videos & more!",
    "web_accessible_resources": [
        "images\/icon.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube.com.br\/*",
                "*:\/\/*.youtube.fr\/*",
                "*:\/\/*.youtube.jp\/*",
                "*:\/\/*.youtube.nl\/*",
                "*:\/\/*.youtube.pl\/*",
                "*:\/\/*.youtube.ie\/*",
                "*:\/\/*.youtube.co.uk\/*",
                "*:\/\/*.youtube.es\/*",
                "*:\/\/*.youtube.it\/*"
            ],
            "js": [
                "BackgroundScripts\/s_CommonMethods.js",
                "ContentScripts\/s_VersionCheck.js",
                "ContentScripts\/f_RedirectYoutubeIcon.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/feed\/*",
                "*:\/\/*.youtube.com.br\/feed\/*",
                "*:\/\/*.youtube.fr\/feed\/*",
                "*:\/\/*.youtube.jp\/feed\/*",
                "*:\/\/*.youtube.nl\/feed\/*",
                "*:\/\/*.youtube.pl\/feed\/*",
                "*:\/\/*.youtube.ie\/feed\/*",
                "*:\/\/*.youtube.co.uk\/feed\/*",
                "*:\/\/*.youtube.es\/feed\/*",
                "*:\/\/*.youtube.it\/feed\/*"
            ],
            "js": [
                "BackgroundScripts\/s_CommonMethods.js",
                "ContentScripts\/f_RemoveVideoButton.js",
                "ContentScripts\/f_ClearAllVideos.js",
                "ContentScripts\/f_LoadAllVideos.js",
                "ContentScripts\/f_CollapseSubscriptionVideos.js",
                "ContentScripts\/f_RemoveWatchedVideos.js"
            ],
            "run_at": "document_end"
        }
    ]
}