rettiwt
An alternate interface for Twitter you will never get from Twitter
What is rettiwt?
rettiwt is a Chrome extension developed by e, and its main feature is "An alternate interface for Twitter you will never get from Twitter".
Extension Screenshots
Download rettiwt Extension CRX File
Download rettiwt 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
An alternate Twitter interface
Extension Basic Information
Name | |
ID | mjhegfkkhbffdcldbjinioplljhhikla |
Official URL | https://chrome.google.com/webstore/detail/rettiwt/mjhegfkkhbffdcldbjinioplljhhikla |
Description | An alternate interface for Twitter you will never get from Twitter |
File Size | 41.77 KB |
Installation Count | 55 |
Current Version | 1.0 |
Last Updated | 2017-02-06 |
Publish Date | 2017-02-06 |
Rating | 3.75/5 Total 4 Ratings |
Developer | e |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "rettiwt", "version": "1.0", "manifest_version": 2, "description": "An alternate interface for Twitter you will never get from Twitter", "web_accessible_resources": [ "theme.css" ], "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/" ], "js": [ "jquery.min.js", "headroom.min.js", "jQuery.headroom.js", "contentscript.js" ], "css": [ "main.css", "theme.css" ] } ] } |