Reduce Background Flicker
Prevent that annoying white flash between pages
Wat is Reduce Background Flicker?
Reduce Background Flicker is een Chrome-extensie ontwikkeld door https://rileyjshaw.com, en de belangrijkste functie is "Prevent that annoying white flash between pages".
Extensie Screenshots
Download het CRX-bestand van de extensie Reduce Background Flicker
Download Reduce Background Flicker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Switching between dark pages on Chrome can sometimes lead to a blinding flash of white. This extension tries to preserve background color between page loads, if possible. For the real Lords of Darkness out there, setting a custom user stylesheet to your preferred color (https://code.google.com/p/chromium/issues/detail?id=1373#c261) will probably be more effective than this extension. The same trick applies to Firefox. Icon created by Anand A Nair from the Noun Project, CC.
Basisinformatie over de Extensie
Naam | Reduce Background Flicker |
ID | hdnedegfdlmgbabbgmnjnmmijfjeaiib |
Officiële URL | https://chromewebstore.google.com/detail/reduce-background-flicker/hdnedegfdlmgbabbgmnjnmmijfjeaiib |
Beschrijving | Prevent that annoying white flash between pages |
Bestandsgrootte | 12.26 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2015-11-23 |
Publicatiedatum | 2015-11-23 |
Beoordeling | 3.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://rileyjshaw.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reduce Background Flicker", "short_name": "Reduce Flicker", "description": "Prevent that annoying white flash between pages", "author": "rileyjshaw", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "main.js" ], "all_frames": false, "run_at": "document_start" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |