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
Eメール [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}"
        }
    }
}