Telegram Free CM
Scrape Telegram group members and send bulk message, invite bulk members automatically on Telegram
Telegram Free CMとは何ですか?
Telegram Free CMはhttps://envios-cm.comによって開発されたChromeの拡張機能で、その主な機能は「Scrape Telegram group members and send bulk message, invite bulk members automatically on Telegram」です。
拡張機能のスクリーンショット
Telegram Free CM拡張機能のCRXファイルをダウンロード
Telegram Free CM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Scrape Telegram group members and send mass messages, invite mass members automatically on Telegram with Telegram CM Free reaching many more people 拡張機能の基本情報
| 名前 | |
| ID | lkldfalplcgibojlkoljnmddeckihldp |
| 公式URL | https://chromewebstore.google.com/detail/telegram-free-cm/lkldfalplcgibojlkoljnmddeckihldp |
| 説明 | Scrape Telegram group members and send bulk message, invite bulk members automatically on Telegram |
| ファイルサイズ | 11.19 MB |
| インストール数 | 58 |
| 現在のバージョン | 0.1.12 |
| 最終更新日 | 2023-07-30 |
| 公開日 | 2023-07-30 |
| 開発者 | https://envios-cm.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://envios-cm.com |
| ヘルプページのURL | https://envios-cm.com |
| プライバシーポリシーページのURL | https://envios-cm.com/politicas |
| 対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"manifest_version": 3,
"name": "Telegram Free CM",
"short_name": "CM Telegram",
"description": "__MSG_desc__",
"version": "0.1.12",
"icons": {
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/logo.png"
}
},
"permissions": [
"activeTab",
"notifications",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*.web.telegram.org\/*",
"http:\/\/*.web.telegram.org\/*"
],
"web_accessible_resources": [
{
"resources": [
"popup.js",
"popup.css",
"img\/invite_use_guide.png",
"img\/message_use_guide.png",
"img\/scrape_use_guide.png"
],
"matches": [
"https:\/\/*.web.telegram.org\/*",
"http:\/\/*.web.telegram.org\/*",
"https:\/\/*.envios-cm.com\/*"
]
}
],
"content_scripts": [
{
"js": [
"content-script.js"
],
"matches": [
"https:\/\/*.web.telegram.org\/*",
"http:\/\/*.web.telegram.org\/*",
"https:\/\/*.envios-cm.com\/*"
],
"run_at": "document_start"
}
]
} | |