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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides easy access to search telegram channels link."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Telegram Channels - TG Channel Link Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}