Republicans are The Sith

Replaces the word Republican/s with Sith Lord

Was ist Republicans are The Sith?

Republicans are The Sith ist eine Chrome-Erweiterung, die von Saber Software entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the word Republican/s with Sith Lord".

Erweiterungsscreenshots

screenshot

Republicans are The Sith-Erweiterungs-CRX-Datei herunterladen

Laden Sie Republicans are The Sith-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Republicans are The Sith Republicans are The Sith
ID deibjeokppgbnalcpgoognmdihkkaeac
Offizielle URL https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac
Beschreibung Replaces the word Republican/s with Sith Lord
Dateigröße 3.57 KB
Installationsanzahl 86
Aktuelle Version 1.0
Letztes Update 2017-09-29
Veröffentlichungsdatum 2017-09-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Saber Software
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}