Spotely

Spotely

Spotelyคืออะไร?

Spotely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fastexit ventures และคุณลักษณะหลักของมันคือ "Spotely"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotely

ดาวน์โหลดไฟล์ส่วนขยาย Spotely ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}