WhiteSlash - White background flash fix

Fix the white flash in new tabs or when clicking links

WhiteSlash - White background flash fix क्या है?

WhiteSlash - White background flash fix Titus Decali द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fix the white flash in new tabs or when clicking links"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WhiteSlash - White background flash fix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम WhiteSlash - White background flash fix WhiteSlash - White background flash fix
ID koiiicglkbcomcplnggedapdhafigbje
आधिकारिक URL https://chromewebstore.google.com/detail/whiteslash-white-backgrou/koiiicglkbcomcplnggedapdhafigbje
विवरण Fix the white flash in new tabs or when clicking links
फ़ाइल का आकार 38.8 KB
स्थापना संख्या 1,502
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-05-10
प्रकाशन तिथि 2017-05-09
रेटिंग 2.60/5 कुल 55 रेटिंग्स
डेवलपर Titus Decali
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    }
}