Selfie Flip
Flips Selfie posted to social media
Wat is Selfie Flip?
Selfie Flip is een Chrome-extensie ontwikkeld door Faulty, en de belangrijkste functie is "Flips Selfie posted to social media".
Extensie Screenshots
Download het CRX-bestand van de extensie Selfie Flip
Download Selfie Flip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | jmjaakkgomjbjbaohgpbgaeddaianeif |
| Officiële URL | https://chromewebstore.google.com/detail/selfie-flip/jmjaakkgomjbjbaohgpbgaeddaianeif |
| Beschrijving | Flips Selfie posted to social media |
| Bestandsgrootte | 16.87 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2022-05-08 |
| Publicatiedatum | 2022-05-07 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Faulty |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |