Y’allifier
Makes the words of the world a little gentler on the soul.
Was ist Y’allifier?
Y’allifier ist eine Chrome-Erweiterung, die von steev entwickelt wurde, und ihr Hauptmerkmal ist "Makes the words of the world a little gentler on the soul.".
Erweiterungsscreenshots
Y’allifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Y’allifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.
Grundlegende Informationen zur Erweiterung
Name | |
ID | aicapddnpcanaijnigmldonmponhbgeb |
Offizielle URL | https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb |
Beschreibung | Makes the words of the world a little gentler on the soul. |
Dateigröße | 14.84 KB |
Installationsanzahl | 19 |
Aktuelle Version | 1.6 |
Letztes Update | 2016-08-14 |
Veröffentlichungsdatum | 2016-08-14 |
Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
Entwickler | steev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/asiansteev/y-allifier |
Unterstützte Sprachen | 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" } ] } |