Selfie Flip

Flips Selfie posted to social media

Qu'est-ce que Selfie Flip ?

Selfie Flip est une extension Chrome développée par Faulty, et sa fonction principale est "Flips Selfie posted to social media".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Selfie Flip

Téléchargez les fichiers d'extension Selfie Flip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Selfie Flip Selfie Flip
ID jmjaakkgomjbjbaohgpbgaeddaianeif
URL Officiel https://chromewebstore.google.com/detail/selfie-flip/jmjaakkgomjbjbaohgpbgaeddaianeif
Description Flips Selfie posted to social media
Taille du Fichier 16.87 KB
Nombre d'Installations 28
Version Actuelle 0.2
Dernière Mise à Jour 2022-05-08
Date de Publication 2022-05-07
Évaluation 4.50/5 Total 2 Évaluations
Développeur Faulty
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}