Selfie Flip
Flips Selfie posted to social media
Selfie Flipとは何ですか?
Selfie FlipはFaultyによって開発されたChromeの拡張機能で、その主な機能は「Flips Selfie posted to social media」です。
拡張機能のスクリーンショット
Selfie Flip拡張機能のCRXファイルをダウンロード
Selfie Flip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows anyone to flip selfies on sites like twitter with a single click, so text in the picture is easily readable. This extensions runs 100% locally! If you want this enabled for more sites or have ideas for this work in a different manner please let me know!
拡張機能の基本情報
名前 | Selfie Flip |
ID | jmjaakkgomjbjbaohgpbgaeddaianeif |
公式URL | https://chromewebstore.google.com/detail/selfie-flip/jmjaakkgomjbjbaohgpbgaeddaianeif |
説明 | Flips Selfie posted to social media |
ファイルサイズ | 16.87 KB |
インストール数 | 28 |
現在のバージョン | 0.2 |
最終更新日 | 2022-05-08 |
公開日 | 2022-05-07 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Faulty |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Selfie Flip", "description": "Flips Selfie posted to social media", "version": "0.2", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "sflip24.png", "sflip48.png" ], "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/*.twimg.com\/*", "https:\/\/*.facebook.com\/*" ] } ], "icons": { "48": "sflip48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/*.twimg.com\/*", "https:\/\/*.facebook.com\/*" ], "css": [ "sflip.css" ], "js": [ "sflip.js" ], "run_at": "document_end" } ] } |