Republicans are The Sith

Replaces the word Republican/s with Sith Lord

Hvad er Republicans are The Sith?

Republicans are The Sith er en Chrome-udvidelse udviklet af Saber Software, og dens hovedfunktion er "Replaces the word Republican/s with Sith Lord".

Udvidelsesskærmbilleder

screenshot

Download Republicans are The Sith-udvidelses-CRX-fil

Download Republicans are The Sith-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

                        this is a simple text replacement extension to replace variations of the word "republican" with "Sith Lord"                    

Grundlæggende oplysninger om udvidelsen

Navn Republicans are The Sith Republicans are The Sith
ID deibjeokppgbnalcpgoognmdihkkaeac
Officiel URL https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac
Beskrivelse Replaces the word Republican/s with Sith Lord
Filstørrelse 3.57 KB
Antal Installationer 86
Nuværende Version 1.0
Senest Opdateret 2017-09-29
Udgivelsesdato 2017-09-29
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Saber Software
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Republicans are The Sith",
    "description": "Replaces the word Republican\/s with Sith Lord",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}