Get back Twitter icon

Let's get back the blue bird.

Qu'est-ce que Get back Twitter icon ?

Get back Twitter icon est une extension Chrome développée par sgtm0113, et sa fonction principale est "Let's get back the blue bird.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Get back Twitter icon

Téléchargez les fichiers d'extension Get back Twitter icon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Elon Musk changed the icon of Twitter to "X".
This extension reverts the change.

Change Log:
Ver. 1.0.0:
First Publish.

Ver. 1.0.1:
Make it possible to select the icon of tabs.
Add feature to modify the icon on the page.

Ver 1.0.2:
Fix size of one of icon.
Fix problem about modifing the icon on the page.                    

Informations de Base sur l'Extension

Nom Get back Twitter icon Get back Twitter icon
ID jhjplebiffhpkcfnldddnjlfbjblalfi
URL Officiel https://chromewebstore.google.com/detail/get-back-twitter-icon/jhjplebiffhpkcfnldddnjlfbjblalfi
Description Let's get back the blue bird.
Taille du Fichier 67.6 KB
Nombre d'Installations 142
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-08-03
Date de Publication 2023-07-31
Développeur sgtm0113
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "description": "__MSG_Description__",
    "version": "1.0.2",
    "action": {
        "default_icon": "icon\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "css": [
                "css\/page.css"
            ],
            "js": [
                "js\/page.js"
            ]
        }
    ],
    "icons": {
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "html\/option.html"
}