Fark Nag Eliminator

Disable fark.com's Adblock notification nag! By SysOp.

Hvad er Fark Nag Eliminator?

Fark Nag Eliminator er en Chrome-udvidelse udviklet af mudmin, og dens hovedfunktion er "Disable fark.com's Adblock notification nag! By SysOp.".

Udvidelsesskærmbilleder

screenshot

Download Fark Nag Eliminator-udvidelses-CRX-fil

Download Fark Nag Eliminator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        If you love Fark.com and use an ad-blocking software, this simple extension gets rid of Fark's annoying "Fark feeds our squirrel with revenue from ads, please whitelist us in adblock/noscript/your-ad-blocker-of-choice! (Read more) Or please consider joining TotalFark" message.                    

Grundlæggende oplysninger om udvidelsen

Navn Fark Nag Eliminator Fark Nag Eliminator
ID oefeinhipbdjeemidefnpdlmcjhgahge
Officiel URL https://chrome.google.com/webstore/detail/fark-nag-eliminator/oefeinhipbdjeemidefnpdlmcjhgahge
Beskrivelse Disable fark.com's Adblock notification nag! By SysOp.
Filstørrelse 329 KB
Antal Installationer 23
Nuværende Version 1.3.1
Senest Opdateret 2014-09-21
Udgivelsesdato 2014-09-21
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler mudmin
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fark Nag Eliminator",
    "version": "1.3.1",
    "description": "Disable fark.com's Adblock notification nag! By SysOp.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.fark.com\/*",
                "https:\/\/*.fark.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}