Y’allifier
Makes the words of the world a little gentler on the soul.
Y’allifier क्या है?
Y’allifier steev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the words of the world a little gentler on the soul."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Y’allifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |