Y’allifier

Makes the words of the world a little gentler on the soul.

Y’allifier là gì?

Y’allifier là một tiện ích mở rộng Chrome được phát triển bởi steev, và tính năng chính của nó là "Makes the words of the world a little gentler on the soul.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Y’allifier

Tải xuống các tệp mở rộng Y’allifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Y’allifier Y’allifier
ID aicapddnpcanaijnigmldonmponhbgeb
URL Chính Thức https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb
Mô tả Makes the words of the world a little gentler on the soul.
Kích Thước Tệp 14.84 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2016-08-14
Ngày Phát Hành 2016-08-14
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển steev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/asiansteev/y-allifier
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}