Uncropper
Show full size images and videos on Twitter timeline !
Was ist Uncropper?
Uncropper ist eine Chrome-Erweiterung, die von https://yanou.dev entwickelt wurde, und ihr Hauptmerkmal ist "Show full size images and videos on Twitter timeline !".
Erweiterungsscreenshots
Uncropper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Uncropper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Tired of having to click on the image of a tweet to be able to see it in full-size? Uncropper is for you 🐦
With Uncropper, all images and videos will be displayed in full-size in your timeline.
Step 1: Install
Step 2: Enjoy
:) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hkehbcopcnnmlllianhbbmdicenlchjb |
| Offizielle URL | https://chromewebstore.google.com/detail/uncropper/hkehbcopcnnmlllianhbbmdicenlchjb |
| Beschreibung | Show full size images and videos on Twitter timeline ! |
| Dateigröße | 17.2 KB |
| Installationsanzahl | 27 |
| Aktuelle Version | 1.2.1 |
| Letztes Update | 2023-02-28 |
| Veröffentlichungsdatum | 2023-02-22 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://yanou.dev |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://yanou.dev |
| Hilfeseite URL | https://yanou.dev |
| URL der Datenschutzrichtlinien-Seite | https://www.notion.so/Yanis-KERRIOU-850c35ea0c4a47cf8bd14ecda6dede91 |
| Unterstützte Sprachen | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Uncropper",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.2.1",
"author": "[email protected]",
"homepage_url": "https:\/\/yanou.dev",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"scripts\/*"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
]
} | |