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.

Vad är IAMTHESENATE?

IAMTHESENATE är en Chrome-tillägg utvecklad av n1407, och dess huvudfunktion är "This extension replaces the word 'senate' with 'Palpatine' since he is the Senate. It's a surprise to be sure, but a welcome one.".

Tilläggsskärmbilder

screenshot

Ladda ner IAMTHESENATE-förlängningens CRX-fil

Ladda ner IAMTHESENATE-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

                        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.                    

Grundläggande Information om Tillägg

Namn IAMTHESENATE IAMTHESENATE
ID jfopppmdagfcjbmemjdnbdmmcnojjcmd
Officiell webbadress https://chromewebstore.google.com/detail/iamthesenate/jfopppmdagfcjbmemjdnbdmmcnojjcmd
Beskrivning This extension replaces the word 'senate' with 'Palpatine' since he is the Senate. It's a surprise to be sure, but a welcome one.
Filstorlek 4.83 KB
Antal Installationer 112
Aktuell Version 66
Senast Uppdaterad 2017-12-01
Publiceringsdatum 2017-12-01
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare n1407
Betalningssätt free
Stödda Språk 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"
        }
    ]
}