Ted Cruz is the Zodiac Killer Replacer
Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
Wat is Ted Cruz is the Zodiac Killer Replacer?
Ted Cruz is the Zodiac Killer Replacer is een Chrome-extensie ontwikkeld door Brennan Butler, en de belangrijkste functie is "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."".
Extensie Screenshots
Download het CRX-bestand van de extensie Ted Cruz is the Zodiac Killer Replacer
Download Ted Cruz is the Zodiac Killer Replacer-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
A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.
Basisinformatie over de Extensie
Naam | Ted Cruz is the Zodiac Killer Replacer |
ID | iajmlnmkpiipapofijlnkechdjjmnfeg |
Officiële URL | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg |
Beschrijving | Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer." |
Bestandsgrootte | 59.85 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2016-03-14 |
Publicatiedatum | 2016-03-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Brennan Butler |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Ted Cruz is The Zodiac Killer" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"", "manifest_version": 2, "name": "Ted Cruz is the Zodiac Killer Replacer", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "http:\/\/*.*\/", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |