Spotely
Spotely
What is Spotely?
Spotely is a Chrome extension developed by fastexit ventures, and its main feature is "Spotely".
Extension Screenshots
Download Spotely Extension CRX File
Download Spotely extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Spotely |
ID | kpienifpjfjjapgpcnjijhkgcjhdagep |
Official URL | https://chromewebstore.google.com/detail/spotely/kpienifpjfjjapgpcnjijhkgcjhdagep |
Description | Spotely |
File Size | 2.46 MB |
Installation Count | 93 |
Current Version | 1.68 |
Last Updated | 2024-01-25 |
Publish Date | 2023-11-14 |
Rating | 5.00/5 Total 6 Ratings |
Developer | fastexit ventures |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://fastexit.ventures/spotely/terms |
Supported Languages | 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" ] } ] } |