Connect On Demand
Join your friends with a single click
什麼是Connect On Demand?
Connect On Demand是由Win Social Media開發的Chrome擴展程式,該擴展的主要功能是“Join your friends with a single click”。
擴展截圖
下載Connect On Demand擴展crx文件
下載Connect On Demand擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |