Hot take to What's up
Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
ما هو Hot take to What's up؟
Hot take to What's up هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.".
تحميل ملف CRX للإضافة Hot take to What's up
قم بتنزيل ملفات الامتداد Hot take to What's up بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | achhodbdjjjajcfflmemhgoaeelodmei |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei |
الوصف | Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon. |
حجم الملف | 5.5 KB |
عدد التثبيتات | 134 |
النسخة الحالية | 0.1 |
آخر تحديث | 2016-03-21 |
تاريخ النشر | 2016-03-21 |
تقييم | 4.86/5 مجموع تقييمات 7 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hot take to What's up", "version": "0.1", "description": "Replaces \"hot take\" in tweets with \"What's up you discourse-loving fucks\" or variations thereon.", "permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "overrides.js" ] } ] } |