Extended Twitter Profile Information
Show Twitter user profile information on the top of the tweet
What is Extended Twitter Profile Information?
Extended Twitter Profile Information is a Chrome extension developed by https://gaborharsanyi.me, and its main feature is "Show Twitter user profile information on the top of the tweet".
Extension Screenshots
Download Extended Twitter Profile Information Extension CRX File
Download Extended Twitter Profile Information 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
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.
Extension Basic Information
Name | Extended Twitter Profile Information |
ID | okcpdamelmfpddfbiheegklhcanmnflp |
Official URL | https://chromewebstore.google.com/detail/extended-twitter-profile/okcpdamelmfpddfbiheegklhcanmnflp |
Description | Show Twitter user profile information on the top of the tweet |
File Size | 55.04 KB |
Installation Count | 132 |
Current Version | 1.1.0 |
Last Updated | 2015-11-25 |
Publish Date | 2015-11-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://gaborharsanyi.me |
Payment Type | free |
Extension Website | https://github.com/gedro/ExtendedTwitterProfileInformation |
Help Page URL | https://github.com/gedro/ExtendedTwitterProfileInformation |
Supported Languages | 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" ] } ] } |