Telegram Channels - TG Channel Link Search
Provides easy access to search telegram channels link.
什么是Telegram Channels - TG Channel Link Search?
Telegram Channels - TG Channel Link Search是由adtargetinghello开发的Chrome扩展程序,该扩展的主要功能是“Provides easy access to search telegram channels link.”。
扩展截图
下载Telegram Channels - TG Channel Link Search扩展crx文件
下载Telegram Channels - TG Channel Link Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Let This Channel Link Searcher help you find more telegram channels. Just open the extension, enter a keyword, and click the search button.
how to scrape hundred channels?
➢ click toolbar icon, choose a website or not.
➢ enter a keyword you want to search.
➢ set page numbers you want scrape.
➢ click [search] button to search.
➢ copy channel link to join.
features:
➢ free channel search engine.
➢ find more hot channels link than official platform.
➢ is free and will stay free.
➢ search hot telegram channel link or groups on social network website.
➢ data is not lost when the extension is reopened.
➢ can open this extension on any tab.
➢ spide group links or telegram channels list to join.
This extension is an independent project and has no relationship to Telegram Inc. 扩展基本信息
| 名称 | |
| ID | nnbjdempfaipgaaipadfgfpnjnnflakl |
| 官方URL | https://chromewebstore.google.com/detail/telegram-channels-tg-chan/nnbjdempfaipgaaipadfgfpnjnnflakl |
| 简介 | Provides easy access to search telegram channels link. |
| 文件大小 | 2.53 MB |
| 安装次数 | 1,000 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2023-11-30 |
| 上架时间 | 2022-08-08 |
| 评分 | 3.75/5 共4次评分 |
| 开发者 | adtargetinghello |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://waplus.io/ |
| 帮助页面URL | https://waplus.io/ |
| 隐私政策页面URL | https://teleplus.io/teleplus-sender-private-policy |
| 支持的语言 | en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"version": "1.0.4",
"homepage_url": "https:\/\/waplus.io\/",
"description": "Provides easy access to search telegram channels link.",
"default_locale": "en",
"permissions": [
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"128": "icons\/128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"icons\/icon128.png",
"icons\/logo.png",
"icons\/searching.gif",
"icons\/loading.gif",
"icons\/*.png",
"icons\/*.gif",
"fonts\/*",
"li-popup\/li-popup.html"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |