Tulpa To Pet
Replaces the text 'tulpa' with 'pet'.
ما هو Tulpa To Pet؟
Tulpa To Pet هو إضافة Chrome تم تطويرها بواسطة amonije، والميزة الرئيسية لها هي "Replaces the text 'tulpa' with 'pet'.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tulpa To Pet
قم بتنزيل ملفات الامتداد Tulpa To Pet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension replaces all "tulpa" words by "pet" on web pages. The results are funny.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | ffcpdollbpdakkblojlbijleaaepljga |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tulpa-to-pet/ffcpdollbpdakkblojlbijleaaepljga |
الوصف | Replaces the text 'tulpa' with 'pet'. |
حجم الملف | 3.4 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-11-11 |
تاريخ النشر | 2015-11-11 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | amonije |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tulpa To Pet", "version": "1.0", "description": "Replaces the text 'tulpa' with 'pet'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |