Cool Kids
Add this to your browser and replace all instances of 'millenials' with 'cool kids'.
Wat is Cool Kids?
Cool Kids is een Chrome-extensie ontwikkeld door clare o'neill, en de belangrijkste functie is "Add this to your browser and replace all instances of 'millenials' with 'cool kids'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cool Kids
Download Cool Kids-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
Problem: I was getting sick of reading think pieces about how being born in '91 makes me an inherently lazy, entitled piece of shit. Solution: I made this Chrome extension to replace all instances of "millennial(s)" with "cool kid(s)." Credit Inspired by and using code from Drumpfinator Chrome (https://chrome.google.com/webstore/detail/drumpfinator/hcimhbfpiofdihhdnofbdlhjcmjopilp). Repurposed with ♥ by a cool kid.
Basisinformatie over de Extensie
Naam | Cool Kids |
ID | ogfgpkaggjlmfbapfkaahaopodjeeael |
Officiële URL | https://chromewebstore.google.com/detail/cool-kids/ogfgpkaggjlmfbapfkaahaopodjeeael |
Beschrijving | Add this to your browser and replace all instances of 'millenials' with 'cool kids'. |
Bestandsgrootte | 22.63 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-25 |
Publicatiedatum | 2016-03-25 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | clare o'neill |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cool Kids", "description": "Add this to your browser and replace all instances of 'millenials' with 'cool kids'.", "version": "1.0", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Cool Kids", "default_popup": "popup.html" } } |