Republicans are The Sith
Replaces the word Republican/s with Sith Lord
Wat is Republicans are The Sith?
Republicans are The Sith is een Chrome-extensie ontwikkeld door Saber Software, en de belangrijkste functie is "Replaces the word Republican/s with Sith Lord".
Extensie Screenshots
Download het CRX-bestand van de extensie Republicans are The Sith
Download Republicans are The Sith-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
this is a simple text replacement extension to replace variations of the word "republican" with "Sith Lord"
Basisinformatie over de Extensie
Naam | Republicans are The Sith |
ID | deibjeokppgbnalcpgoognmdihkkaeac |
Officiële URL | https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac |
Beschrijving | Replaces the word Republican/s with Sith Lord |
Bestandsgrootte | 3.57 KB |
Aantal Installaties | 86 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-09-29 |
Publicatiedatum | 2017-09-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Saber Software |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |