Y’allifier
Makes the words of the world a little gentler on the soul.
Cos'è Y’allifier?
Y’allifier è un'estensione di Chrome sviluppata da steev, e la sua funzione principale è "Makes the words of the world a little gentler on the soul.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Y’allifier
Scarica i file di estensione Y’allifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.
Informazioni di Base sull'Estensione
Nome | |
ID | aicapddnpcanaijnigmldonmponhbgeb |
URL Ufficiale | https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb |
Descrizione | Makes the words of the world a little gentler on the soul. |
Dimensione del File | 14.84 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2016-08-14 |
Data di Pubblicazione | 2016-08-14 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | steev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/asiansteev/y-allifier |
Lingue Supportate | 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" } ] } |