Y’allifier
Makes the words of the world a little gentler on the soul.
ما هو Y’allifier؟
Y’allifier هو إضافة Chrome تم تطويرها بواسطة steev، والميزة الرئيسية لها هي "Makes the words of the world a little gentler on the soul.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Y’allifier
قم بتنزيل ملفات الامتداد Y’allifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.
معلومات أساسية عن التمديد
الاسم | |
ID | aicapddnpcanaijnigmldonmponhbgeb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb |
الوصف | Makes the words of the world a little gentler on the soul. |
حجم الملف | 14.84 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.6 |
آخر تحديث | 2016-08-14 |
تاريخ النشر | 2016-08-14 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | steev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/asiansteev/y-allifier |
اللغات المدعومة | 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" } ] } |