Latest Tweets First
Always show latest tweets with the new Twitter Layout.
Vad är Latest Tweets First?
Latest Tweets First är en Chrome-tillägg utvecklad av https://latesttweetsfirst.com, och dess huvudfunktion är "Always show latest tweets with the new Twitter Layout.".
Tilläggsskärmbilder
Ladda ner Latest Tweets First-förlängningens CRX-fil
Ladda ner Latest Tweets First-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
"The new Twitter layout is amazing!" — someone must have said it, but it wasn't us. The thing we disliked most about the new Twitter design is when you filter by 'Latest' tweets, it soon reverts back to 'Top' tweets. With Latest Tweets First, your Twitter feed will automatically show the latest tweets — and *always* the latest tweets — from the people you follow.
Grundläggande Information om Tillägg
Namn | Latest Tweets First |
ID | hfiojngnjcplepmpggjdlnhilccafgaf |
Officiell webbadress | https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf |
Beskrivning | Always show latest tweets with the new Twitter Layout. |
Filstorlek | 7.04 KB |
Antal Installationer | 626 |
Aktuell Version | 1.1.3 |
Senast Uppdaterad | 2019-07-30 |
Publiceringsdatum | 2019-07-30 |
Betyg | 4.11/5 Totalt 9 Betyg |
Utvecklare | https://latesttweetsfirst.com |
Betalningssätt | free |
Tilläggswebbplats | https://latesttweetsfirst.com |
Hjälpsida URL | https://latesttweetsfirst.com/contact |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "src\/icon.png" }, "browser_action": { "default_icon": { "128": "src\/icon.png" } }, "content_scripts": [ { "js": [ ".\/src\/content.js" ], "matches": [ "https:\/\/www.twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ ".\/src\/background.js" ] }, "description": "Always show latest tweets with the new Twitter Layout.", "manifest_version": 2, "name": "Latest Tweets First", "short_name": "Latest Tweets First", "permissions": [], "version": "1.1.3" } |