NoFlash

Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc)

Wat is NoFlash?

NoFlash is een Chrome-extensie ontwikkeld door Denis Ciccale, en de belangrijkste functie is "Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NoFlash

Download NoFlash-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

                        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.                    

Basisinformatie over de Extensie

Naam NoFlash NoFlash
ID ihlokjecoapdjjliamfaondpgkebpcjj
Officiële URL https://chrome.google.com/webstore/detail/noflash/ihlokjecoapdjjliamfaondpgkebpcjj
Beschrijving Speed up your browsing disabling heavy objects that may slow down the page load and rendering (flash, pdf, ads, etc)
Bestandsgrootte 393 KB
Aantal Installaties 236
Huidige Versie 1.0.2
Laatst Bijgewerkt 2013-11-18
Publicatiedatum 2013-11-18
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Denis Ciccale
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}