Uncropper
Show full size images and videos on Twitter timeline !
What is Uncropper?
Uncropper is a Chrome extension developed by https://yanou.dev, and its main feature is "Show full size images and videos on Twitter timeline !".
Extension Screenshots
Download Uncropper Extension CRX File
Download Uncropper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :)
Extension Basic Information
Name | Uncropper |
ID | hkehbcopcnnmlllianhbbmdicenlchjb |
Official URL | https://chromewebstore.google.com/detail/uncropper/hkehbcopcnnmlllianhbbmdicenlchjb |
Description | Show full size images and videos on Twitter timeline ! |
File Size | 17.2 KB |
Installation Count | 27 |
Current Version | 1.2.1 |
Last Updated | 2023-02-28 |
Publish Date | 2023-02-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://yanou.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://yanou.dev |
Help Page URL | https://yanou.dev |
Privacy Policy Page URL | https://www.notion.so/Yanis-KERRIOU-850c35ea0c4a47cf8bd14ecda6dede91 |
Supported Languages | 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\/*" ] } ] } |