Republicans are The Sith

Replaces the word Republican/s with Sith Lord

Qu'est-ce que Republicans are The Sith ?

Republicans are The Sith est une extension Chrome développée par Saber Software, et sa fonction principale est "Replaces the word Republican/s with Sith Lord".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Republicans are The Sith

Téléchargez les fichiers d'extension Republicans are The Sith au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Republicans are The Sith Republicans are The Sith
ID deibjeokppgbnalcpgoognmdihkkaeac
URL Officiel https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac
Description Replaces the word Republican/s with Sith Lord
Taille du Fichier 3.57 KB
Nombre d'Installations 86
Version Actuelle 1.0
Dernière Mise à Jour 2017-09-29
Date de Publication 2017-09-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Saber Software
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}