Benedict Cumberbatch
This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.
ما هو Benedict Cumberbatch؟
Benedict Cumberbatch هو إضافة Chrome تم تطويرها بواسطة Afal، والميزة الرئيسية لها هي "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Benedict Cumberbatch
قم بتنزيل ملفات الامتداد Benedict Cumberbatch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | bhhakmjlmcijlidmjjhhkldkhdljgldg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/benedict-cumberbatch/bhhakmjlmcijlidmjjhhkldkhdljgldg |
الوصف | This extension changes Benedict Cumberbatch's name to one of the many other names he's known by. |
حجم الملف | 12.32 KB |
عدد التثبيتات | 37 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-08-23 |
تاريخ النشر | 2015-08-23 |
تقييم | 4.77/5 مجموع تقييمات 13 |
المطور | Afal |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Benedict Cumberbatch", "description": "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.", "version": "1.0", "icons": { "128": "benedict.jpg" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |