Tweep List for Twitter
Adds an avatar menu to Twitter for quickly accessing user timelines.
What is Tweep List for Twitter?
Tweep List for Twitter is a Chrome extension developed by https://serdar.work, and its main feature is "Adds an avatar menu to Twitter for quickly accessing user timelines.".
Extension Screenshots
Download Tweep List for Twitter Extension CRX File
Download Tweep List for 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
UPDATED for the new Twitter. One-click access to user timelines. Drag any avatar to the menu to add to your list. Drag out to remove an avatar from your list. No need to follow a user on Twitter to add it to your list. You can follow people easily without actually following. Works with Twitter desktop client. Syncs your list with your Google Chrome account. Full source code of this extension is available at GitHub: https://github.com/serd/tweep-list
Extension Basic Information
Name | Tweep List for Twitter |
ID | oalmfcciblkpdbjinikclcdjnllkpoca |
Official URL | https://chromewebstore.google.com/detail/tweep-list-for-twitter/oalmfcciblkpdbjinikclcdjnllkpoca |
Description | Adds an avatar menu to Twitter for quickly accessing user timelines. |
File Size | 84.51 KB |
Installation Count | 212 |
Current Version | 1.2.5 |
Last Updated | 2017-09-05 |
Publish Date | 2017-09-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://serdar.work |
[email protected] | |
Payment Type | free |
Extension Website | http://serdar.work |
Privacy Policy Page URL | https://serdar.work/chrome-extensions/privacy-policy.html |
Supported Languages | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.5", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyles.css" ], "js": [ "lib\/jquery.js", "lib\/jquery.ui.core.js", "lib\/jquery.ui.widget.js", "lib\/jquery.ui.mouse.js", "lib\/jquery.ui.sortable.js", "lib\/jquery.ui.draggable.js", "lib\/jquery.ui.droppable.js", "lib\/jquery.ui.resizable.js", "lib\/jquery.mousewheel.js", "tweepList.js" ] } ], "homepage_url": "http:\/\/serdar.work" } |