Cool Kids
Add this to your browser and replace all instances of 'millenials' with 'cool kids'.
Co je Cool Kids?
Cool Kids je rozšíření Chrome vyvinuté clare o'neill, a jeho hlavní funkcí je „Add this to your browser and replace all instances of 'millenials' with 'cool kids'.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cool Kids
Stáhněte si soubory rozšíření Cool Kids ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Cool Kids |
ID | ogfgpkaggjlmfbapfkaahaopodjeeael |
Oficiální URL | https://chromewebstore.google.com/detail/cool-kids/ogfgpkaggjlmfbapfkaahaopodjeeael |
Popis | Add this to your browser and replace all instances of 'millenials' with 'cool kids'. |
Velikost souboru | 22.63 KB |
Počet instalací | 53 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-03-25 |
Datum Vydání | 2016-03-25 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | clare o'neill |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |