Y’allifier
Makes the words of the world a little gentler on the soul.
Apa itu Y’allifier?
Y’allifier adalah ekstensi Chrome yang dikembangkan oleh steev, dan fitur utamanya adalah "Makes the words of the world a little gentler on the soul.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Y’allifier
Unduh file ekstensi Y’allifier 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
Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.
Informasi Dasar Ekstensi
Nama | |
ID | aicapddnpcanaijnigmldonmponhbgeb |
URL Resmi | https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb |
Deskripsi | Makes the words of the world a little gentler on the soul. |
Ukuran File | 14.84 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2016-08-14 |
Tanggal Publikasi | 2016-08-14 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | steev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/asiansteev/y-allifier |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Y\u2019allifier", "short_name": "Y\u2019allifier", "description": "Makes the words of the world a little gentler on the soul.", "author": "steev", "version": "1.6", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/Users\/steev\/code\/y-allifier\/you%20all%20test.html" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |