Full Width Twitter
Change twitter layout to full-width and bold in links
What is Full Width Twitter?
Full Width Twitter is a Chrome extension developed by https://www.twisted.cz, and its main feature is "Change twitter layout to full-width and bold in links".
Extension Screenshots
Download Full Width Twitter Extension CRX File
Download Full Width Twitter 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
Change twitter layout to full-width and bold in links === no ads, no logins, just profit :) CHANGELOG ========== 0.5 - twitter changes 0-4 - afect just home screen 0.3 - change styles on other screens 0.2 - bold-in links 0.1 - first prototype
Extension Basic Information
Name | Full Width Twitter |
ID | lmocojeaajhekebcnifbejlggachgmim |
Official URL | https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim |
Description | Change twitter layout to full-width and bold in links |
File Size | 46.64 KB |
Installation Count | 125 |
Current Version | 0.5 |
Last Updated | 2013-06-24 |
Publish Date | 2013-06-24 |
Rating | 4.40/5 Total 10 Ratings |
Developer | https://www.twisted.cz |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Width Twitter", "version": "0.5", "manifest_version": 2, "description": "Change twitter layout to full-width and bold in links", "background": { "scripts": [ "myjs.js" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Full width Twitter" }, "offline_enabled": true, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyle.css" ] } ] } |