Tulpa To Pet
Replaces the text 'tulpa' with 'pet'.
Wat is Tulpa To Pet?
Tulpa To Pet is een Chrome-extensie ontwikkeld door amonije, en de belangrijkste functie is "Replaces the text 'tulpa' with 'pet'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tulpa To Pet
Download Tulpa To Pet-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 extension replaces all "tulpa" words by "pet" on web pages. The results are funny.
Basisinformatie over de Extensie
Naam | ![]() |
ID | ffcpdollbpdakkblojlbijleaaepljga |
Officiële URL | https://chrome.google.com/webstore/detail/tulpa-to-pet/ffcpdollbpdakkblojlbijleaaepljga |
Beschrijving | Replaces the text 'tulpa' with 'pet'. |
Bestandsgrootte | 3.4 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-11-11 |
Publicatiedatum | 2015-11-11 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | amonije |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tulpa To Pet", "version": "1.0", "description": "Replaces the text 'tulpa' with 'pet'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |