SaveFrom Helper

Shorten YouTube video URLs and share them on social media.

ما هو SaveFrom Helper؟

SaveFrom Helper هو إضافة Chrome تم تطويرها بواسطة wefmkwe34f، والميزة الرئيسية لها هي "Shorten YouTube video URLs and share them on social media.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SaveFrom Helper

قم بتنزيل ملفات الامتداد SaveFrom Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}