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 |
官方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" ] } ] } |