Millennials to Snake People Pure
Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.
Wat is Millennials to Snake People Pure?
Millennials to Snake People Pure is een Chrome-extensie ontwikkeld door Steven Tan, en de belangrijkste functie is "Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Millennials to Snake People Pure
Download Millennials to Snake People Pure-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 a simple fork of the original Millennials to Snake People extension by Eric Bailey. I love the original extension, however the large Easter Egg list made it increasingly difficult to ready news articles without having random text changed. I have forked off the original 1.7 version to create this extension. Version History: v1.0 - Original fork v1.1 - Pulled in upstream changes to avoid the weird Facebook backwards entry bug v1.2 - Removed a "pliskin faction" easter egg I missed earlier. Also streamlined repo so it's easier for me to do future updates.
Basisinformatie over de Extensie
Naam | Millennials to Snake People Pure |
ID | ekkcdmnckghgcbgkdfbafpgepbmkjhnd |
Officiële URL | https://chromewebstore.google.com/detail/millennials-to-snake-peop/ekkcdmnckghgcbgkdfbafpgepbmkjhnd |
Beschrijving | Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed. |
Bestandsgrootte | 12.91 KB |
Aantal Installaties | 176 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-01-27 |
Publicatiedatum | 2019-01-27 |
Beoordeling | 4.00/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Steven Tan |
Betalingswijze | free |
Extensiewebsite | https://github.com/steven-tan/millennials-to-snake-people-pure |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Millennials to Snake People Pure", "short_name": "Snake People", "description": "Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.", "author": "Steven Tan", "version": "1.2", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |