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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Telegram Channels - TG Channel Link Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Telegram Channels - TG Channel Link Search Telegram Channels - TG Channel Link Search
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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}