Selfie Flip

Flips Selfie posted to social media

Selfie Flip là gì?

Selfie Flip là một tiện ích mở rộng Chrome được phát triển bởi Faulty, và tính năng chính của nó là "Flips Selfie posted to social media".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Selfie Flip

Tải xuống các tệp mở rộng Selfie Flip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Selfie Flip Selfie Flip
ID jmjaakkgomjbjbaohgpbgaeddaianeif
URL Chính Thức https://chromewebstore.google.com/detail/selfie-flip/jmjaakkgomjbjbaohgpbgaeddaianeif
Mô tả Flips Selfie posted to social media
Kích Thước Tệp 16.87 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-05-08
Ngày Phát Hành 2022-05-07
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Faulty
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}