WhiteSlash - White background flash fix

Fix the white flash in new tabs or when clicking links

WhiteSlash - White background flash fix là gì?

WhiteSlash - White background flash fix là một tiện ích mở rộng Chrome được phát triển bởi Titus Decali, và tính năng chính của nó là "Fix the white flash in new tabs or when clicking links".

Ả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 WhiteSlash - White background flash fix

Tải xuống các tệp mở rộng WhiteSlash - White background flash fix 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

                        WhiteSlash is a fix for the white flash in chrome that is shown whenever a link is clicked or a new tab is opened before the page fully loads. Protect your eyes and use this extension combined with Dark Reader.

REQUIRES NEWEST VERSION OF CHROME & DARK READER EXTENSION
Click settings -> About -> check for updates to ensure Chrome is fully updated.

Get Dark Reader at the link below:
https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh?hl=en


**In some cases, you may need to remove and reinstall your Chrome theme to make it work 100%

Tested on both Windows and Mac. I will keep this extension updated if any issues arise during future Chrome updates.                    

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

Tên WhiteSlash - White background flash fix WhiteSlash - White background flash fix
ID koiiicglkbcomcplnggedapdhafigbje
URL Chính Thức https://chromewebstore.google.com/detail/whiteslash-white-backgrou/koiiicglkbcomcplnggedapdhafigbje
Mô tả Fix the white flash in new tabs or when clicking links
Kích Thước Tệp 38.8 KB
Số Lần Cài Đặt 1,502
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-05-10
Ngày Phát Hành 2017-05-09
Đánh Giá 2.60/5 Tổng số 55 Đánh Giá
Nhà Phát Triển Titus Decali
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": "WhiteSlash - White background flash fix",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "",
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Fix the white flash in new tabs or when clicking links",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon38.png",
        "permissions": [
            "tabs",
            "activeTab",
            "http:\/\/*\/*",
            "https:\/\/*\/*",
            ""
        ],
        "background": {
            "scripts": [
                "background.js"
            ]
        }
    }
}