Venmo to Venom
Replace all instances of Venmo with a much better word, Venom.
ما هو Venmo to Venom؟
Venmo to Venom هو إضافة Chrome تم تطويرها بواسطة benjawmino، والميزة الرئيسية لها هي "Replace all instances of Venmo with a much better word, Venom.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Venmo to Venom
قم بتنزيل ملفات الامتداد Venmo to Venom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Very simple extension to replace all instances of the word "Venmo" with "Venom". Based on the template provided in 9to5google's article "How-to: Make your own text-replacing Chrome extension like ‘Millennials to Snake People’".
معلومات أساسية عن التمديد
الاسم | |
ID | ojbpdcigfaebohhojhfpcjelahlbbpce |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/venmo-to-venom/ojbpdcigfaebohhojhfpcjelahlbbpce |
الوصف | Replace all instances of Venmo with a much better word, Venom. |
حجم الملف | 3.52 KB |
عدد التثبيتات | 130 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2019-05-14 |
تاريخ النشر | 2019-05-11 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | benjawmino |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Venmo to Venom", "description": "Replace all instances of Venmo with a much better word, Venom.", "version": "0.0.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |