Connect On Demand
Join your friends with a single click
Connect On Demand क्या है?
Connect On Demand Win Social Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Join your friends with a single click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Connect On Demand एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
connect On Demand with Who you want when you want with a single click connect On Demand allows you to connect with one click! Due to time and productivity focus you don't have time to send friend requests manually, why not connect On Demand with this extension! all you have to do is just add your keywords to target the right Connection you want to connect On Demand with. Then watch the magic as it gets done automatically on auto pilot! Why not focus on Dollar active and let connect On Demand do the connecting with the right people for you. This extension is proudly developed and supported by winsocialmedia.com .
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aclblnkgcfdfdhhmmbhighnabhnaekih |
आधिकारिक URL | https://chromewebstore.google.com/detail/connect-on-demand/aclblnkgcfdfdhhmmbhighnabhnaekih |
विवरण | Join your friends with a single click |
फ़ाइल का आकार | 241 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2020-09-29 |
प्रकाशन तिथि | 2020-09-01 |
डेवलपर | Win Social Media |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://winsocialmedia.com/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Connect On Demand", "version": "2.0.1", "description": "Join your friends with a single click", "short_name": "COD", "icons": { "128": "assets\/icon128X128.png", "48": "assets\/icon48X48.png", "16": "assets\/icon16X16.png" }, "browser_action": { "default_title": "Connect On Demand" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ], "js": [ "js\/vendor.js", "js\/contentScriptBundle.js" ], "css": [ "assets\/content.inj.css", "assets\/jquery.toast.min.css" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ "tabs", "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "storage", "notifications" ], "manifest_version": 2 } |