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 !」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |