NoX

Return to old logo of Twitter

Wat is NoX?

NoX is een Chrome-extensie ontwikkeld door Orion, en de belangrijkste functie is "Return to old logo of Twitter".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NoX

Download NoX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension lets you revert to the old Twitter logo, before it becomes X. It modifies the site's HTML page to change the logo.

In collaboration with Yuuto
Github: https://github.com/oriionn/nox                    

Basisinformatie over de Extensie

Naam NoX NoX
ID medmbbhpclijphfaakgkfjphihdjdmnm
Officiële URL https://chromewebstore.google.com/detail/nox/medmbbhpclijphfaakgkfjphihdjdmnm
Beschrijving Return to old logo of Twitter
Bestandsgrootte 11.81 KB
Aantal Installaties 47
Huidige Versie 2.0
Laatst Bijgewerkt 2023-07-28
Publicatiedatum 2023-07-25
Ontwikkelaar Orion
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoX",
    "version": "2.0",
    "description": "Return to old logo of Twitter",
    "icons": {
        "16": "icons\/nox16.png",
        "32": "icons\/nox32.png",
        "48": "icons\/nox48.png",
        "128": "icons\/nox128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/twitter.ico"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*"
            ]
        }
    ]
}