Social App Shortcuts

Social Apps Shortcuts brings all your social apps together for free, quick and easy access.

ما هو Social App Shortcuts؟

Social App Shortcuts هو إضافة Chrome تم تطويرها بواسطة brandTURBO، والميزة الرئيسية لها هي "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Social App Shortcuts

قم بتنزيل ملفات الامتداد Social App Shortcuts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Never miss out on your updates again and launch your new tab with your social media apps one click away. Upgrade your access today so on every new tab you’ll be able to access your apps securely and see you feeds.                    

معلومات أساسية عن التمديد

الاسم Social App Shortcuts Social App Shortcuts
ID pgipdemfiklialdhljkcpkpioaempbik
عنوان URL الرسمي https://chromewebstore.google.com/detail/social-app-shortcuts/pgipdemfiklialdhljkcpkpioaempbik
الوصف Social Apps Shortcuts brings all your social apps together for free, quick and easy access.
حجم الملف 724 KB
عدد التثبيتات 137
النسخة الحالية 2.5.1
آخر تحديث 2020-07-06
تاريخ النشر 2020-06-17
تقييم 5.00/5 مجموع تقييمات 3
المطور brandTURBO
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.brandturbo.vip/
عنوان صفحة المساعدة https://www.brandturbo.vip/
عنوان صفحة سياسة الخصوصية https://www.brandturbo.vip/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social App Shortcuts",
    "version": "2.5.1",
    "description": "Social Apps Shortcuts brings all your social apps together for free, quick and easy access.",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}