Twitter Stress Reduction
Twitter Stress Reduction
Wat is Twitter Stress Reduction?
Twitter Stress Reduction is een Chrome-extensie ontwikkeld door https://shirouzu.jp, en de belangrijkste functie is "Twitter Stress Reduction".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Stress Reduction
Download Twitter Stress Reduction-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A mini tool to use Twitter comfortably.
- Hide 'ForYou/Trending/What's happened/etc' entries.
- Fold/Unfold button for tweet image. Basisinformatie over de Extensie
| Naam | |
| ID | ipnjgahnocpaefhffbnnjonihlihoeic |
| Officiële URL | https://chromewebstore.google.com/detail/twitter-stress-reduction/ipnjgahnocpaefhffbnnjonihlihoeic |
| Beschrijving | Twitter Stress Reduction |
| Bestandsgrootte | 49.66 KB |
| Aantal Installaties | 14,213 |
| Huidige Versie | 0.3.5.1 |
| Laatst Bijgewerkt | 2024-01-09 |
| Publicatiedatum | 2020-06-02 |
| Beoordeling | 4.89/5 Totaal 38 Beoordelingen |
| Ontwikkelaar | https://shirouzu.jp |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://shirouzu.jp/tech/twitter-stress-reduction |
| Help Pagina-URL | https://groups.google.com/g/twitter-stress-reduction |
| Ondersteunde Talen | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_desc__",
"manifest_version": 2,
"version": "0.3.5.1",
"description": "__MSG_desc__",
"default_locale": "ja",
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/mobile.twitter.com\/*"
],
"js": [
"tw_fold.js"
]
}
],
"browser_action": {
"default_icon": "tw16.png",
"default_title": "Twitter Stress Reduction"
},
"background": {
"scripts": [
"tw_background.js"
]
},
"options_ui": {
"page": "tw_fold.html",
"open_in_tab": true
},
"web_accessible_resources": [
"tw_fold.html"
],
"icons": {
"16": "tw16.png",
"48": "tw48.png",
"128": "tw128.png"
},
"permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/mobile.twitter.com\/*",
"contextMenus",
"storage"
]
} | |