TwitterLatest
Automatically switch Twitter feed to “Latest Tweets” ✨
Vad är TwitterLatest?
TwitterLatest är en Chrome-tillägg utvecklad av mattcdowning, och dess huvudfunktion är "Automatically switch Twitter feed to “Latest Tweets” ✨".
Tilläggsskärmbilder
Ladda ner TwitterLatest-förlängningens CRX-fil
Ladda ner TwitterLatest-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
“Is there a Chrome extension to fix the Twitter bug that keeps switching you back to the ‘top tweets’ feed even if you keep selecting ‘show latest tweets’?” - Benedict Evans
This is it! Grundläggande Information om Tillägg
| Namn | |
| ID | jfeokmgjhgkooomeejegoljcodnokich |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitterlatest/jfeokmgjhgkooomeejegoljcodnokich |
| Beskrivning | Automatically switch Twitter feed to “Latest Tweets” ✨ |
| Filstorlek | 7.8 KB |
| Antal Installationer | 69 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2019-06-14 |
| Publiceringsdatum | 2019-06-13 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | mattcdowning |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://twitterlatest.netlify.com |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TwitterLatest",
"version": "1.0.2",
"description": "Automatically switch Twitter feed to \u201cLatest Tweets\u201d \u2728",
"browser_action": {
"default_icon": "icon128.png"
},
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/home",
"https:\/\/mobile.twitter.com\/home"
],
"js": [
"content.js"
]
}
]
} | |