Return Tweet Source Label & Bird icon

This extention will show source label on twitter again.

What is Return Tweet Source Label & Bird icon?

Return Tweet Source Label & Bird icon is a Chrome extension developed by https://irucabot.com, and its main feature is "This extention will show source label on twitter again.".

Extension Screenshots

screenshot

Download Return Tweet Source Label & Bird icon Extension CRX File

Download Return Tweet Source Label & Bird icon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Return Tweet Source Label & Bird icon Return Tweet Source Label & Bird icon
ID mhkngabolhbckfjpmjclhockpdclfppc
Official URL https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc
Description This extention will show source label on twitter again.
File Size 15.75 KB
Installation Count 1,784
Current Version 1.2.0
Last Updated 2024-02-12
Publish Date 2022-12-20
Rating 4.42/5 Total 12 Ratings
Developer https://irucabot.com
Email [email protected]
Payment Type free
Supported Languages 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}"
        }
    }
}