Selfie Flip

Flips Selfie posted to social media

什麼是Selfie Flip?

Selfie Flip是由Faulty開發的Chrome擴展程式,該擴展的主要功能是“Flips Selfie posted to social media”。

擴展截圖

screenshot
screenshot

下載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 Selfie Flip
ID jmjaakkgomjbjbaohgpbgaeddaianeif
官方網址 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"
        }
    ]
}