Connect On Demand
Join your friends with a single click
Connect On Demand là gì?
Connect On Demand là một tiện ích mở rộng Chrome được phát triển bởi Win Social Media, và tính năng chính của nó là "Join your friends with a single click".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Connect On Demand
Tải xuống các tệp mở rộng Connect On Demand dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 .
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aclblnkgcfdfdhhmmbhighnabhnaekih |
URL Chính Thức | https://chromewebstore.google.com/detail/connect-on-demand/aclblnkgcfdfdhhmmbhighnabhnaekih |
Mô tả | Join your friends with a single click |
Kích Thước Tệp | 241 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2020-09-29 |
Ngày Phát Hành | 2020-09-01 |
Nhà Phát Triển | Win Social Media |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://winsocialmedia.com/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } |