Uncropper
Show full size images and videos on Twitter timeline !
Wat is Uncropper?
Uncropper is een Chrome-extensie ontwikkeld door https://yanou.dev, en de belangrijkste functie is "Show full size images and videos on Twitter timeline !".
Extensie Screenshots
Download het CRX-bestand van de extensie Uncropper
Download Uncropper-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
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
:) Basisinformatie over de Extensie
| Naam | |
| ID | hkehbcopcnnmlllianhbbmdicenlchjb |
| Officiële URL | https://chromewebstore.google.com/detail/uncropper/hkehbcopcnnmlllianhbbmdicenlchjb |
| Beschrijving | Show full size images and videos on Twitter timeline ! |
| Bestandsgrootte | 17.2 KB |
| Aantal Installaties | 27 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2023-02-28 |
| Publicatiedatum | 2023-02-22 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://yanou.dev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://yanou.dev |
| Help Pagina-URL | https://yanou.dev |
| URL van de Privacybeleid Pagina | https://www.notion.so/Yanis-KERRIOU-850c35ea0c4a47cf8bd14ecda6dede91 |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |