Extended Twitter Profile Information

Show Twitter user profile information on the top of the tweet

Was ist Extended Twitter Profile Information?

Extended Twitter Profile Information ist eine Chrome-Erweiterung, die von https://gaborharsanyi.me entwickelt wurde, und ihr Hauptmerkmal ist "Show Twitter user profile information on the top of the tweet".

Erweiterungsscreenshots

screenshot

Extended Twitter Profile Information-Erweiterungs-CRX-Datei herunterladen

Laden Sie Extended Twitter Profile Information-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Have you ever felt it's annoying to move your mouse over all user profile just to see the number of followers (Nr of following, Nr of tweets) of the user who created the tweet?

If yes, then this small tool can help you. It displays all those data right on the top of the tweets.                    

Grundlegende Informationen zur Erweiterung

Name Extended Twitter Profile Information Extended Twitter Profile Information
ID okcpdamelmfpddfbiheegklhcanmnflp
Offizielle URL https://chromewebstore.google.com/detail/extended-twitter-profile/okcpdamelmfpddfbiheegklhcanmnflp
Beschreibung Show Twitter user profile information on the top of the tweet
Dateigröße 55.04 KB
Installationsanzahl 132
Aktuelle Version 1.1.0
Letztes Update 2015-11-25
Veröffentlichungsdatum 2015-11-25
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://gaborharsanyi.me
Zahlungsart free
Erweiterungswebsite https://github.com/gedro/ExtendedTwitterProfileInformation
Hilfeseite URL https://github.com/gedro/ExtendedTwitterProfileInformation
Unterstützte Sprachen en,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.0",
    "default_locale": "en",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/gedro\/ExtendedTwitterProfileInformation",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/js\/extended_twitter_profile_info.js"
            ],
            "css": [
                "src\/inject\/css\/extended_twitter_profile_info.css"
            ]
        }
    ]
}