Globalcompanions ChatOS automatic mail sender
Charmlive helper for users
Globalcompanions ChatOS automatic mail sender là gì?
Globalcompanions ChatOS automatic mail sender là một tiện ích mở rộng Chrome được phát triển bởi chatosbot, và tính năng chính của nó là "Charmlive helper for users".
Ả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 Globalcompanions ChatOS automatic mail sender
Tải xuống các tệp mở rộng Globalcompanions ChatOS automatic mail sender 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
Charmlive helper for users
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Globalcompanions ChatOS automatic mail sender |
ID | mbbklejikbjhebilpfkechjhmfohnhhc |
URL Chính Thức | https://chromewebstore.google.com/detail/globalcompanions-chatos-a/mbbklejikbjhebilpfkechjhmfohnhhc |
Mô tả | Charmlive helper for users |
Kích Thước Tệp | 582 KB |
Số Lần Cài Đặt | 164 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2023-03-30 |
Ngày Phát Hành | 2020-09-16 |
Nhà Phát Triển | chatosbot |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://chatoptimizer.com |
URL Trang Trợ Giúp | https://chatoptimizer.com/contacts |
URL Trang Chính Sách Bảo Mật | https://chatoptimizer.com/politika-konfidencialnosti |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "css\/global.css" ], "js": [ "js\/jquery.js", "js\/cookie.js", "js\/content.live.js" ], "matches": [ "*:\/\/*.globalcompanions.com\/*", "*:\/\/*.kissxin.com\/*", "*:\/\/*.huoloo.com\/*" ] } ], "default_locale": "ru", "icons": { "128": ".\/img\/128.png", "16": ".\/img\/16.png", "48": ".\/img\/48.png" }, "manifest_version": 3, "name": "Globalcompanions ChatOS automatic mail sender", "action": { "default_icon": "img\/16.png", "default_popup": "index.live.html", "default_title": "ChatOS Globalcompanions mails - meaning of love" }, "host_permissions": [ "*:\/\/*.googleapis.com\/*", "*:\/\/*.telegra.ph\/*", "*:\/\/*.globalcompanions.com\/*", "*:\/\/*.kissxin.com\/*", "*:\/\/*.chatoptimizer.com\/*", "*:\/\/*.huoloo.com\/*", "*:\/\/*.asiandate.com\/*" ], "permissions": [ "tabs", "storage", "unlimitedStorage", "scripting" ], "version": "1.0.9" } |