Social Media Launcher

This extension adds a launcher to your Chrome where you can go to a variuos social medias.

ما هو Social Media Launcher؟

Social Media Launcher هو إضافة Chrome تم تطويرها بواسطة Hjalte Anton Nylander Larsen، والميزة الرئيسية لها هي "This extension adds a launcher to your Chrome where you can go to a variuos social medias.".

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

screenshot

تحميل ملف CRX للإضافة Social Media Launcher

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

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

                        This extension adds a social media launcher to your Chrome.

Adds a social media launcher with Youtube, Instagram, Facebook and Twitter, which opens in a new window.

Developer: Hjalte A. N. Larsen

Version: 1.0.0

Changelog:
1.0.0 - Added extension to Chrome Workshop.

TODO:
1.0.1 - Add more social medias to the launcher.

If you encounter any bugs og etc. please contact me at [email protected] or under "Support".                    

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

الاسم Social Media Launcher Social Media Launcher
ID kbnmlhibeengknmbagldpbkebofdebke
عنوان URL الرسمي https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke
الوصف This extension adds a launcher to your Chrome where you can go to a variuos social medias.
حجم الملف 429 KB
عدد التثبيتات 19
النسخة الحالية 1.0.0
آخر تحديث 2019-12-02
تاريخ النشر 2019-12-02
المطور Hjalte Anton Nylander Larsen
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Media Launcher",
    "author": "Hjalte Anton Nylander Larsen",
    "version": "1.0.0",
    "description": "This extension adds a launcher to your Chrome where you can go to a variuos social medias.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "Social Media Launcher"
    },
    "permissions": [
        "activeTab"
    ]
}