The Other Kim
Replaces 'Kardashian' with 'Jong Un' in browser.
ما هو The Other Kim؟
The Other Kim هو إضافة Chrome تم تطويرها بواسطة smith.nick.nz، والميزة الرئيسية لها هي "Replaces 'Kardashian' with 'Jong Un' in browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Other Kim
قم بتنزيل ملفات الامتداد The Other Kim بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces any mention of 'Kardashian' with 'Jong-Un' to make your web browsing experience a more pleasant one. Note: May interfere with photos does not work in google search results
معلومات أساسية عن التمديد
الاسم | |
ID | jaoloeonbpngogabpngfhmlkehipckha |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha |
الوصف | Replaces 'Kardashian' with 'Jong Un' in browser. |
حجم الملف | 33.98 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 0.1 |
آخر تحديث | 2015-05-05 |
تاريخ النشر | 2015-05-05 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | smith.nick.nz |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Other Kim", "version": "0.1", "description": "Replaces 'Kardashian' with 'Jong Un' in browser.", "icons": { "48": "smallicon.png", "128": "bigicon.png" }, "permissions": [ "tabs", "http:\/\/*\/*, https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "kardashian.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |