Cool Kids
Add this to your browser and replace all instances of 'millenials' with 'cool kids'.
ما هو Cool Kids؟
Cool Kids هو إضافة Chrome تم تطويرها بواسطة clare o'neill، والميزة الرئيسية لها هي "Add this to your browser and replace all instances of 'millenials' with 'cool kids'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cool Kids
قم بتنزيل ملفات الامتداد Cool Kids بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Cool Kids |
ID | ogfgpkaggjlmfbapfkaahaopodjeeael |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cool-kids/ogfgpkaggjlmfbapfkaahaopodjeeael |
الوصف | Add this to your browser and replace all instances of 'millenials' with 'cool kids'. |
حجم الملف | 22.63 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-03-25 |
تاريخ النشر | 2016-03-25 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | clare o'neill |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |