Shoutout To Simpleflips.

Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…

Shoutout To Simpleflips. là gì?

Shoutout To Simpleflips. là một tiện ích mở rộng Chrome được phát triển bởi yoshiquest, và tính năng chính của nó là "Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shoutout To Simpleflips.

Tải xuống các tệp mở rộng Shoutout To Simpleflips. 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

                        Wanna Shout Simp Out?

Well now you can, with the new Shoutout To Simpleflips Chrome Extension!

This extension replaces all the text it can find with "Shoutout to Simpleflips."

Please note that the extension can't always find all of the text (especially noticable on twitter). It still works for most websites though, including Youtube, Reddit, and even Stack Overflow!                    

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

Tên Shoutout To Simpleflips. Shoutout To Simpleflips.
ID bbhbadaidmbhkdipoipcinggbcgllggi
URL Chính Thức https://chromewebstore.google.com/detail/shoutout-to-simpleflips/bbhbadaidmbhkdipoipcinggbcgllggi
Mô tả Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-08-08
Ngày Phát Hành 2016-08-07
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển yoshiquest
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shoutout To Simpleflips.",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "shoutout_to_simpleflips.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}