Telegram Channels - TG Channel Link Search

Provides easy access to search telegram channels link.

O que é Telegram Channels - TG Channel Link Search?

Telegram Channels - TG Channel Link Search é uma extensão do Chrome desenvolvida por adtargetinghello, e sua principal característica é "Provides easy access to search telegram channels link.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Telegram Channels - TG Channel Link Search

Baixe arquivos de extensão Telegram Channels - TG Channel Link Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Telegram Channels - TG Channel Link Search Telegram Channels - TG Channel Link Search
ID nnbjdempfaipgaaipadfgfpnjnnflakl
URL Oficial https://chromewebstore.google.com/detail/telegram-channels-tg-chan/nnbjdempfaipgaaipadfgfpnjnnflakl
Descrição Provides easy access to search telegram channels link.
Tamanho do Arquivo 2.53 MB
Contagem de Instalações 1,000
Versão Atual 1.0.4
Última Atualização 2023-11-30
Data de Publicação 2022-08-08
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor adtargetinghello
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://waplus.io/
URL da Página de Ajuda https://waplus.io/
URL da Página de Política de Privacidade https://teleplus.io/teleplus-sender-private-policy
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}