LogoSwap: Twitter X Logo Changer

Twitter logo swap - change to the twitter bird and different Twitter X logo designs!

LogoSwap: Twitter X Logo Changerคืออะไร?

LogoSwap: Twitter X Logo Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prototypr และคุณลักษณะหลักของมันคือ "Twitter logo swap - change to the twitter bird and different Twitter X logo designs!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LogoSwap: Twitter X Logo Changer

ดาวน์โหลดไฟล์ส่วนขยาย LogoSwap: Twitter X Logo Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Change the twitter logo back to a bird, or a range of different X logos made by the design community.

When Elon changed the Twitter logo to an X, lots of people wanted to go back to the old version, or try out their own logo. Well now you can! Install the plugin and choose which logo you like best for twitter. It will change the logo when you're logged in and on the main app. 

You can toggle it on and off if you want to switch back to the current X too!
It also changes the favicon on the Chrome tab back to the blue bird.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LogoSwap: Twitter X Logo Changer LogoSwap: Twitter X Logo Changer
ID bkdaggekmnbakkliokiojegbelplekkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/logoswap-twitter-x-logo-c/bkdaggekmnbakkliokiojegbelplekkg
คำอธิบาย Twitter logo swap - change to the twitter bird and different Twitter X logo designs!
ขนาดไฟล์ 90.88 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2023-08-15
วันที่เผยแพร่ 2023-07-28
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Prototypr
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://ko-fi.com/prototyprio
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LogoSwap: Twitter X Logo Changer",
    "description": "Twitter logo swap - change to the twitter bird and different Twitter X logo designs!",
    "version": "0.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16 2.png",
        "32": "img\/logo-34 2.png",
        "48": "img\/logo-48 2.png",
        "128": "img\/logo-128 2.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48 2.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-bf6bbc21.4a0cd3ee.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*",
                "https:\/\/x.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "resources": [
                "img\/logo-16 2.png",
                "img\/logo-34 2.png",
                "img\/logo-48 2.png",
                "img\/logo-128 2.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "resources": [
                "assets\/chunk-bf6bbc21.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/www.twitter.com\/*",
        "https:\/\/x.com\/*"
    ]
}