Twitter Square Icons

Revert the latest stupid Twitter change

Co je Twitter Square Icons?

Twitter Square Icons je rozšíření Chrome vyvinuté Suyooo, a jeho hlavní funkcí je „Revert the latest stupid Twitter change“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter Square Icons

Stáhněte si soubory rozšíření Twitter Square Icons ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Reverts (most) avatars back to slightly rounded corners instead of circles.                    

Základní Informace o Rozšíření

Název Twitter Square Icons Twitter Square Icons
ID dddlbjknknopkfeeoakgdijdilmdnnhe
Oficiální URL https://chrome.google.com/webstore/detail/twitter-square-icons/dddlbjknknopkfeeoakgdijdilmdnnhe
Popis Revert the latest stupid Twitter change
Velikost souboru 3.3 KB
Počet instalací 32
Aktuální Verze 1.0
Poslední Aktualizace 2017-06-16
Datum Vydání 2017-06-16
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Suyooo
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Square Icons",
    "description": "Revert the latest stupid Twitter change",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}