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
官方網址 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\/*"
            ]
        }
    ]
}