Selfie Flip
Flips Selfie posted to social media
Vad är Selfie Flip?
Selfie Flip är en Chrome-tillägg utvecklad av Faulty, och dess huvudfunktion är "Flips Selfie posted to social media".
Tilläggsskärmbilder
Ladda ner Selfie Flip-förlängningens CRX-fil
Ladda ner Selfie Flip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Selfie Flip |
ID | jmjaakkgomjbjbaohgpbgaeddaianeif |
Officiell webbadress | https://chromewebstore.google.com/detail/selfie-flip/jmjaakkgomjbjbaohgpbgaeddaianeif |
Beskrivning | Flips Selfie posted to social media |
Filstorlek | 16.87 KB |
Antal Installationer | 28 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2022-05-08 |
Publiceringsdatum | 2022-05-07 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | Faulty |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |