Spotely

Spotely

Spotelyとは何ですか?

Spotelyはfastexit venturesによって開発されたChromeの拡張機能で、その主な機能は「Spotely」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Spotely拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}