Uncover twitter.com Background

Hides the content wrapper, so you can see the background image!

Uncover twitter.com Background là gì?

Uncover twitter.com Background là một tiện ích mở rộng Chrome được phát triển bởi https://en.milado.net, và tính năng chính của nó là "Hides the content wrapper, so you can see the background image!".

Ả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 Uncover twitter.com Background

Tải xuống các tệp mở rộng Uncover twitter.com Background 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

                        When you access twitter.com, a new icon (twitter logo) will appear in the omnibar, clicking it will hide / show the content wrapper in twitter.com, so you can see the profile background image.                    

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

Tên Uncover twitter.com Background Uncover twitter.com Background
ID nfhjomahbnhnkhggiajkcckmakbpddio
URL Chính Thức https://chromewebstore.google.com/detail/uncover-twittercom-backgr/nfhjomahbnhnkhggiajkcckmakbpddio
Mô tả Hides the content wrapper, so you can see the background image!
Kích Thước Tệp 16.57 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2013-10-29
Ngày Phát Hành 2013-10-29
Đánh Giá 2.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://en.milado.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Uncover twitter.com Background",
    "description": "Hides the content wrapper, so you can see the background image!",
    "version": "1.1.1",
    "permissions": [
        "tabs",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Uncover twitter.com Background"
    }
}