Return Tweet Source Label & Bird icon

This extention will show source label on twitter again.

什么是Return Tweet Source Label & Bird icon?

Return Tweet Source Label & Bird icon是由https://irucabot.com开发的Chrome扩展程序,该扩展的主要功能是“This extention will show source label on twitter again.”。

扩展截图

screenshot

下载Return Tweet Source Label & Bird icon扩展crx文件

下载Return Tweet Source Label & Bird icon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extention will show source label on twitter again.
In addition, the Twitter bird logo will be restored.                    

扩展基本信息

名称 Return Tweet Source Label & Bird icon Return Tweet Source Label & Bird icon
ID mhkngabolhbckfjpmjclhockpdclfppc
官方URL https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc
简介 This extention will show source label on twitter again.
文件大小 15.75 KB
安装次数 1,784
当前版本 1.2.0
更新时间 2024-02-12
上架时间 2022-12-20
评分 4.42/5 共12次评分
开发者 https://irucabot.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Return Tweet Source Label & Bird icon",
    "description": "__MSG_Description__",
    "manifest_version": 3,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*"
    ],
    "default_locale": "en",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{4801724c-9d0a-48fc-b663-86400e45f940}"
        }
    }
}