Telegram Group and Channel Search Tool

This tool helps you search Telegram groups and channels to join, let's find the best Telegram channels link or groups links.

Telegram Group and Channel Search Toolคืออะไร?

Telegram Group and Channel Search Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adtargetinghello และคุณลักษณะหลักของมันคือ "This tool helps you search Telegram groups and channels to join, let's find the best Telegram channels link or groups links."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Telegram Group and Channel Search Tool

ดาวน์โหลดไฟล์ส่วนขยาย Telegram Group and Channel Search Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is a free searcher tool. You can find groups whatever you want by enter a keyword on this extension. let you join groups easily by groups links list that we scraped.

how to scrape hundred groups?
➢ 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 group link to join.

features:
● free groups search engine
● free channels search engine
● search groups whatever you want
● provide facebook.com website search
● provide twitter.com website search
● provide youtube.com website search
● enter any website you want to search for groups 
● choose page numbers you want scrape
● search hot telegram channels or groups on social network website
● automatic collect telegram groups link or channel link on google
● spide group links or channels list
● Find hundreds of groups in a few seconds

This tool make tg group search easy, save your time for group to join. If you are finding groups, such as movie channel link, or groups for chatting, try this tool. It's easy to use, only needs enter a keyword. It will grab hundreds of groups automatically.

This extension is an independent project and has no relationship to Telegram Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Telegram Group and Channel Search Tool Telegram Group and Channel Search Tool
ID ilpgiemienkecbgdhdbgdjkafodgfojl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/telegram-group-and-channe/ilpgiemienkecbgdhdbgdjkafodgfojl
คำอธิบาย This tool helps you search Telegram groups and channels to join, let's find the best Telegram channels link or groups links.
ขนาดไฟล์ 2.54 MB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-12-20
วันที่เผยแพร่ 2022-08-01
คะแนน 4.88/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา adtargetinghello
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://teleplus.io
URL หน้านโยบายความเป็นส่วนตัว https://teleplus.io/teleplus-sender-private-policy
ภาษาที่รองรับ en,en-GB,en-US,fil,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,fi,cs,el,bg,ru,fa,bn,gu,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.1.0",
    "description": "__MSG_desc__",
    "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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}