Show recently uploaded videos

Save your time by seeing the recently uploaded videos by default on the YouTube home page.

Show recently uploaded videos क्या है?

Show recently uploaded videos radosdesign द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your time by seeing the recently uploaded videos by default on the YouTube home page."।

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

screenshot
screenshot

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

crx प्रारूप में Show recently uploaded videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This extension will save your time by showing recently uploaded videos by default, when opening the YouTube home page.
Normally you would have to find and click the "Recently uploaded" button manually.                    

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

नाम Show recently uploaded videos Show recently uploaded videos
ID nenblmphebildgfbldaffhioedlbbmpa
आधिकारिक URL https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa
विवरण Save your time by seeing the recently uploaded videos by default on the YouTube home page.
फ़ाइल का आकार 14.34 KB
स्थापना संख्या 309
वर्तमान संस्करण 1.0.44
अंतिम अपडेट 2022-11-19
प्रकाशन तिथि 2021-01-27
रेटिंग 3.80/5 कुल 5 रेटिंग्स
डेवलपर radosdesign
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "version": "1.0.44",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_actionDefaultTitle__"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}