Bird_back
Get twitter bird back
Bird_backとは何ですか?
Bird_backはyuyutw123によって開発されたChromeの拡張機能で、その主な機能は「Get twitter bird back」です。
拡張機能のスクリーンショット
Bird_back拡張機能のCRXファイルをダウンロード
Bird_back拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        To customize favicon.
自訂網頁圖標樣式                     拡張機能の基本情報
| 名前 |   |  
| ID | nejlodablajdiminhnhnkgeigkkmickc | 
| 公式URL | https://chromewebstore.google.com/detail/birdback/nejlodablajdiminhnhnkgeigkkmickc | 
| 説明 | Get twitter bird back | 
| ファイルサイズ | 12.16 KB | 
| インストール数 | 938 | 
| 現在のバージョン | 1.0.3 | 
| 最終更新日 | 2023-08-01 | 
| 公開日 | 2023-07-26 | 
| 評価 | 5.00/5 合計 12 レビュー | 
| 開発者 | yuyutw123 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | zh-TW | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bird_back",
    "version": "1.0.3",
    "description": "Get twitter bird back",
    "action": {
        "default_icon": {
            "16": "\/img\/icon_16.png",
            "48": "\/img\/icon_48.png",
            "128": "\/img\/icon_128.png"
        }
    },
    "icons": {
        "16": "\/img\/icon_16.png",
        "48": "\/img\/icon_48.png",
        "128": "\/img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}  |  |