Y’allifier
Makes the words of the world a little gentler on the soul.
Qu'est-ce que Y’allifier ?
Y’allifier est une extension Chrome développée par steev, et sa fonction principale est "Makes the words of the world a little gentler on the soul.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Y’allifier
Téléchargez les fichiers d'extension Y’allifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.
Informations de Base sur l'Extension
Nom | |
ID | aicapddnpcanaijnigmldonmponhbgeb |
URL Officiel | https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb |
Description | Makes the words of the world a little gentler on the soul. |
Taille du Fichier | 14.84 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2016-08-14 |
Date de Publication | 2016-08-14 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | steev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/asiansteev/y-allifier |
Langues Prises en Charge | 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" } ] } |