Fear Mongering Shithead

Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.

Hvad er Fear Mongering Shithead?

Fear Mongering Shithead er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.".

Udvidelsesskærmbilleder

screenshot

Download Fear Mongering Shithead-udvidelses-CRX-fil

Download Fear Mongering Shithead-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

                        Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.  A fork of Some Rich Asshole                    

Grundlæggende oplysninger om udvidelsen

Navn Fear Mongering Shithead Fear Mongering Shithead
ID hkgpjbjehhennbkmmhhoelofdhhcfhfk
Officiel URL https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk
Beskrivelse Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
Filstørrelse 34.96 KB
Antal Installationer 11
Nuværende Version 1.0
Senest Opdateret 2015-10-16
Udgivelsesdato 2015-10-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fear Mongering Shithead",
    "version": "1.0",
    "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}