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! 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
]
} | |