Looong Tweet
Looong Tweet allows you to tweet longer tweets from Twitter
What is Looong Tweet?
Looong Tweet is a Chrome extension developed by https://faniepush1.azurewebsites.net, and its main feature is "Looong Tweet allows you to tweet longer tweets from Twitter".
Extension Screenshots
Download Looong Tweet Extension CRX File
Download Looong Tweet 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
Finally you are not limited to just 140 characters in Twitter anymore, now you can use the Looong Tweet Chrome extension that enables you to tweet more. This extension hooks on the Twitter website and when you type anything longer than the limit, the "Tweet" button will change to "Shorten". Clicking this magic shortening button will shorten your tweet to fit in the 140 character limit including a link pointing to your original looong tweet.
Extension Basic Information
Name | Looong Tweet |
ID | ehcbmjofnaamkkcmnicflbfgdfmogidm |
Official URL | https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm |
Description | Looong Tweet allows you to tweet longer tweets from Twitter |
File Size | 46.15 KB |
Installation Count | 16 |
Current Version | 1 |
Last Updated | 2015-09-16 |
Publish Date | 2015-09-16 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://faniepush1.azurewebsites.net |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Looong Tweet", "description": "Looong Tweet allows you to tweet longer tweets from Twitter", "version": "1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/short-tweet.azure-mobile.net\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js", "MobileServices.Web-1.2.5.min.js" ] } ] } |