Unicorn Replacer!
Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
ما هو Unicorn Replacer!؟
Unicorn Replacer! هو إضافة Chrome تم تطويرها بواسطة scottrblock، والميزة الرئيسية لها هي "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unicorn Replacer!
قم بتنزيل ملفات الامتداد Unicorn Replacer! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension that replaces occurrences of 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Based on zekeweeks's millennials-begone- https://github.com/zekeweeks/millennials-begone. This is Matt Levine's billion dollar idea. Icon via the noun project's Andrew McKinley- https://thenounproject.com/term/unicorn/3364/ معلومات أساسية عن التمديد
| الاسم | |
| ID | gibjejjnfagpjflldmcnpmdogaoahpfg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg |
| الوصف | Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'. |
| حجم الملف | 3.47 KB |
| عدد التثبيتات | 34 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2015-06-08 |
| تاريخ النشر | 2015-06-08 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | scottrblock |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/scottrblock/unicorn-replacer |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Unicorn Replacer!",
"version": "1.0",
"description": "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |