Selfie Flip

Flips Selfie posted to social media

What is Selfie Flip?

Selfie Flip is a Chrome extension developed by Faulty, and its main feature is "Flips Selfie posted to social media".

Extension Screenshots

screenshot
screenshot

Download Selfie Flip Extension CRX File

Download Selfie Flip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Selfie Flip Selfie Flip
ID jmjaakkgomjbjbaohgpbgaeddaianeif
Official URL https://chromewebstore.google.com/detail/selfie-flip/jmjaakkgomjbjbaohgpbgaeddaianeif
Description Flips Selfie posted to social media
File Size 16.87 KB
Installation Count 28
Current Version 0.2
Last Updated 2022-05-08
Publish Date 2022-05-07
Rating 4.50/5 Total 2 Ratings
Developer Faulty
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}