Moments <> Notifications

Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.

Moments <> Notifications là gì?

Moments <> Notifications là một tiện ích mở rộng Chrome được phát triển bởi cullenbmacdonald, và tính năng chính của nó là "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moments <> Notifications

Tải xuống các tệp mở rộng Moments <> Notifications 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

                        Moments and notifications were swapped on twitter so that we accidentally use moments. 

This swaps them back.                    

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

Tên Moments <> Notifications Moments <> Notifications
ID ccdkcbjfcfkiegpacpmneajglhohnfok
URL Chính Thức https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok
Mô tả Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Kích Thước Tệp 600 KB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2015-12-05
Ngày Phát Hành 2015-12-04
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển cullenbmacdonald
Loại Thanh Toán free
Trang Web Mở Rộng http://cullen.website
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moments <> Notifications",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}