IAMTHESENATE

This extension replaces the word 'senate' with 'Palpatine' since he is the Senate. It's a surprise to be sure, but a welcome one.

Was ist IAMTHESENATE?

IAMTHESENATE ist eine Chrome-Erweiterung, die von n1407 entwickelt wurde, und ihr Hauptmerkmal ist "This extension replaces the word 'senate' with 'Palpatine' since he is the Senate. It's a surprise to be sure, but a welcome one.".

Erweiterungsscreenshots

screenshot

IAMTHESENATE-Erweiterungs-CRX-Datei herunterladen

Laden Sie IAMTHESENATE-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

                        Did you ever hear the tragedy of Darth Plagueis The Wise? I thought not. It’s not a story the Jedi would tell you. It’s a Sith legend. Darth Plagueis was a Dark Lord of the Sith, so powerful and so wise he could use the Force to influence the midichlorians to create life… He had such a knowledge of the dark side that he could even keep the ones he cared about from dying. The dark side of the Force is a pathway to many abilities some consider to be unnatural. He became so powerful… the only thing he was afraid of was losing his power, which eventually, of course, he did. Unfortunately, he taught his apprentice everything he knew, then his apprentice killed him in his sleep. Ironic. He could save others from death, but not himself.                    

Grundlegende Informationen zur Erweiterung

Name IAMTHESENATE IAMTHESENATE
ID jfopppmdagfcjbmemjdnbdmmcnojjcmd
Offizielle URL https://chromewebstore.google.com/detail/iamthesenate/jfopppmdagfcjbmemjdnbdmmcnojjcmd
Beschreibung This extension replaces the word 'senate' with 'Palpatine' since he is the Senate. It's a surprise to be sure, but a welcome one.
Dateigröße 4.83 KB
Installationsanzahl 112
Aktuelle Version 66
Letztes Update 2017-12-01
Veröffentlichungsdatum 2017-12-01
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler n1407
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IAMTHESENATE",
    "short_name": "Sheev",
    "description": "This extension replaces the word 'senate' with 'Palpatine' since he is the Senate. It's a surprise to be sure, but a welcome one.",
    "version": "66",
    "browser_action": {
        "default_icon": "sheev.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}