Selfie Flip

Flips Selfie posted to social media

Selfie Flipคืออะไร?

Selfie Flip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Faulty และคุณลักษณะหลักของมันคือ "Flips Selfie posted to social media"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selfie Flip

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        }
    ]
}