Spotely

Spotely

ما هو Spotely؟

Spotely هو إضافة Chrome تم تطويرها بواسطة fastexit ventures، والميزة الرئيسية لها هي "Spotely".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Spotely

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

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

                        This Chrome extension helps user to create engaging social media posts based on the video. If the user wants to share the video in social media, he uses Spotely extension and Spotely provides three engaging posts for Twitter, Facebook and Linkedin based on the video script                    

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

الاسم Spotely Spotely
ID kpienifpjfjjapgpcnjijhkgcjhdagep
عنوان URL الرسمي https://chromewebstore.google.com/detail/spotely/kpienifpjfjjapgpcnjijhkgcjhdagep
الوصف Spotely
حجم الملف 2.46 MB
عدد التثبيتات 93
النسخة الحالية 1.68
آخر تحديث 2024-01-25
تاريخ النشر 2023-11-14
تقييم 5.00/5 مجموع تقييمات 6
المطور fastexit ventures
البريد الإلكتروني [email protected]
نوع الدفع in_app
عنوان صفحة سياسة الخصوصية https://fastexit.ventures/spotely/terms
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spotely",
    "version": "1.68",
    "description": "Spotely",
    "host_permissions": [
        "*:\/\/api-dev.fastexit.ventures\/"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "48": "assets\/images\/icon48.png"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/spotely2.png",
            "48": "assets\/images\/spotely2.png",
            "128": "assets\/images\/spotely2.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js",
                "assets\/js\/options.js"
            ]
        }
    ]
}