SaveFrom Helper

Shorten YouTube video URLs and share them on social media.

SaveFrom Helper क्या है?

SaveFrom Helper wefmkwe34f द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorten YouTube video URLs and share them on social media."।

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

screenshot

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

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

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

                        The Add-On will add a new Icon to your browser toolbar. After installing the Add-On, just visit a YouTube video URL (example: youtube.com/watch?v=id or youtube.com/shorts/id) and click on the Add-On icon. A small PopUp will open and show you a "Shorten" button. With a click on that button you will be redirected to our website that will automatically shorten the YouTube video URL. You will get 2 URLs. The official short YouTube video URL (youtu.be/id) and an even shorter URL using our website yts.nu which will be valid for 48 hours, allowing you to share it on Facebook and Twitter with just a click.                    

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

नाम SaveFrom Helper SaveFrom Helper
ID mkonfdfddhjochbfbflepbbbeaagniea
आधिकारिक URL https://chromewebstore.google.com/detail/savefrom-helper/mkonfdfddhjochbfbflepbbbeaagniea
विवरण Shorten YouTube video URLs and share them on social media.
फ़ाइल का आकार 7.98 KB
स्थापना संख्या 2,477
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-26
प्रकाशन तिथि 2023-03-26
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर wefmkwe34f
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mp3-convert.org/shortener/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SaveFrom Helper",
    "description": "Shorten YouTube video URLs and share them on social media.",
    "version": "1.0",
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "action": {
        "default_title": "SaveFrom Helper",
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/32.png",
            "48": "\/icons\/48.png",
            "128": "\/icons\/128.png"
        }
    },
    "permissions": [
        "activeTab"
    ]
}