NoFlash
Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc)
Qu'est-ce que NoFlash ?
NoFlash est une extension Chrome développée par Denis Ciccale, et sa fonction principale est "Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NoFlash
Téléchargez les fichiers d'extension NoFlash au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Speed up your browsing disabling not only flash, but any heavy object element that may slow down the page load and rendering (pdf, ads, etc). ### Re-enabling These objects (flash, pdf, etc) will be replaced with a button you can click to load the original stuff anytime you want while seeing the page. ### White List Edit your personal white list of sites to always allow flash, pdf, etc. Nice defaults are included: youtube.com, google.com, facebook.com, vimeo.com.
Informations de Base sur l'Extension
Nom | |
ID | ihlokjecoapdjjliamfaondpgkebpcjj |
URL Officiel | https://chrome.google.com/webstore/detail/noflash/ihlokjecoapdjjliamfaondpgkebpcjj |
Description | Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc) |
Taille du Fichier | 393 KB |
Nombre d'Installations | 236 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2013-11-18 |
Date de Publication | 2013-11-18 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | Denis Ciccale |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NoFlash", "description": "Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc)", "version": "1.0.2", "browser_action": { "default_icon": "src\/img\/icon48.png", "default_popup": "src\/options.html", "default_title": "NoFlash" }, "background": { "scripts": [ "src\/js\/background.js" ] }, "content_scripts": [ { "css": [ "src\/css\/noflash.css" ], "js": [ "src\/js\/noflash.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "options_page": "src\/options.html", "permissions": [ "tabs" ], "icons": { "16": "src\/img\/icon16.png", "48": "src\/img\/icon48.png", "128": "src\/img\/icon128.png" } } |