Spotely
Spotely
Spotely क्या है?
Spotely fastexit ventures द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spotely"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spotely एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |