Selfie Flip
Flips Selfie posted to social media
Apa itu Selfie Flip?
Selfie Flip adalah ekstensi Chrome yang dikembangkan oleh Faulty, dan fitur utamanya adalah "Flips Selfie posted to social media".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Selfie Flip
Unduh file ekstensi Selfie Flip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Selfie Flip |
ID | jmjaakkgomjbjbaohgpbgaeddaianeif |
URL Resmi | https://chromewebstore.google.com/detail/selfie-flip/jmjaakkgomjbjbaohgpbgaeddaianeif |
Deskripsi | Flips Selfie posted to social media |
Ukuran File | 16.87 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2022-05-08 |
Tanggal Publikasi | 2022-05-07 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Faulty |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |