Uncropper

Show full size images and videos on Twitter timeline !

什么是Uncropper?

Uncropper是由https://yanou.dev开发的Chrome扩展程序,该扩展的主要功能是“Show full size images and videos on Twitter timeline !”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Uncropper扩展crx文件

下载Uncropper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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

:)                    

扩展基本信息

名称 Uncropper Uncropper
ID hkehbcopcnnmlllianhbbmdicenlchjb
官方URL https://chromewebstore.google.com/detail/uncropper/hkehbcopcnnmlllianhbbmdicenlchjb
简介 Show full size images and videos on Twitter timeline !
文件大小 17.2 KB
安装次数 27
当前版本 1.2.1
更新时间 2023-02-28
上架时间 2023-02-22
评分 5.00/5 共1次评分
开发者 https://yanou.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://yanou.dev
帮助页面URL https://yanou.dev
隐私政策页面URL https://www.notion.so/Yanis-KERRIOU-850c35ea0c4a47cf8bd14ecda6dede91
支持的语言 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\/*"
            ]
        }
    ]
}