Anonymous to 15 year old kid
Replaces the text 'anonymous' by '15 year old kid'.
Wat is Anonymous to 15 year old kid?
Anonymous to 15 year old kid is een Chrome-extensie ontwikkeld door amonije, en de belangrijkste functie is "Replaces the text 'anonymous' by '15 year old kid'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Anonymous to 15 year old kid
Download Anonymous to 15 year old kid-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 "Anonymous" words by "group of 15 year old kids" and other things on web pages. The results are funny. FAQ: - Why ? --> Because - It's not funny --> I don't care Source code here: https://github.com/Malharhak/Anonymous-To-15-Year-Old-Kid if you're a 15 year old hacker that wants to hackitty hack.
Basisinformatie over de Extensie
Naam | |
ID | lkfinojjbbpiedipbemghkhlbjiobjoa |
Officiële URL | https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa |
Beschrijving | Replaces the text 'anonymous' by '15 year old kid'. |
Bestandsgrootte | 3.66 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-11-30 |
Publicatiedatum | 2015-11-30 |
Beoordeling | 3.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | amonije |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous to 15 year old kid", "version": "1.2", "description": "Replaces the text 'anonymous' by '15 year old kid'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |