Name Corrector
Correctly names famous people who have been incorrectly identified
ما هو Name Corrector؟
Name Corrector هو إضافة Chrome تم تطويرها بواسطة gomeza08، والميزة الرئيسية لها هي "Correctly names famous people who have been incorrectly identified".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Name Corrector
قم بتنزيل ملفات الامتداد Name Corrector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Some unfortunate souls are constantly mis-identified on the internet. This extension fixes that for you. Go to http://bit.ly/1KonDJ1 and http://bit.ly/1GKw5xs to verify and please alert the creator if anyone else has this same problem.
معلومات أساسية عن التمديد
الاسم | |
ID | abofacofognfjhklaeeinbaifjekillj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj |
الوصف | Correctly names famous people who have been incorrectly identified |
حجم الملف | 15.21 KB |
عدد التثبيتات | 107 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-02-19 |
تاريخ النشر | 2019-02-19 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | gomeza08 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Name Corrector", "version": "1.2", "description": "Correctly names famous people who have been incorrectly identified", "browser_action": { "default_icon": "icon_128.png" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |