Revive Telegram links

Revives all Telegram links

什么是Revive Telegram links?

Revive Telegram links是由https://gasymov.com开发的Chrome扩展程序,该扩展的主要功能是“Revives all Telegram links”。

扩展截图

screenshot

下载Revive Telegram links扩展crx文件

下载Revive Telegram links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Telegram is blocked in some countries. Short links stopped working. The "Revive Telegram Links" extension revives the following links:
- https://t.me
- https://telegram.me                    

扩展基本信息

名称 Revive Telegram links Revive Telegram links
ID ipnilihganpiaajknaiennggigcjomkc
官方URL https://chromewebstore.google.com/detail/revive-telegram-links/ipnilihganpiaajknaiennggigcjomkc
简介 Revives all Telegram links
文件大小 12.04 KB
安装次数 300
当前版本 2.0.3
更新时间 2021-01-23
上架时间 2020-05-15
开发者 https://gasymov.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.gasymov.com/privacy-policy/youtube-tags
支持的语言 en,ru,fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.3",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "author": "Ali Gasymov",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}