Republicans are The Sith

Replaces the word Republican/s with Sith Lord

Vad är Republicans are The Sith?

Republicans are The Sith är en Chrome-tillägg utvecklad av Saber Software, och dess huvudfunktion är "Replaces the word Republican/s with Sith Lord".

Tilläggsskärmbilder

screenshot

Ladda ner Republicans are The Sith-förlängningens CRX-fil

Ladda ner Republicans are The Sith-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Republicans are The Sith Republicans are The Sith
ID deibjeokppgbnalcpgoognmdihkkaeac
Officiell webbadress https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac
Beskrivning Replaces the word Republican/s with Sith Lord
Filstorlek 3.57 KB
Antal Installationer 86
Aktuell Version 1.0
Senast Uppdaterad 2017-09-29
Publiceringsdatum 2017-09-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Saber Software
Betalningssätt free
Stödda Språk 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"
        }
    ]
}