Spotely
Spotely
什麼是Spotely?
Spotely是由fastexit ventures開發的Chrome擴展程式,該擴展的主要功能是“Spotely”。
擴展截圖
下載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 |
ID | kpienifpjfjjapgpcnjijhkgcjhdagep |
官方網址 | 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" ] } ] } |