Gay? Wikipedia
Change the word "Personal Life" to "Gay?" on Wikipedia pages
ما هو Gay? Wikipedia؟
Gay? Wikipedia هو إضافة Chrome تم تطويرها بواسطة seven-dillenia، والميزة الرئيسية لها هي "Change the word "Personal Life" to "Gay?" on Wikipedia pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gay? Wikipedia
قم بتنزيل ملفات الامتداد Gay? Wikipedia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension that changes the world "Personal Life" on Wikipedia to "Gay?".
معلومات أساسية عن التمديد
الاسم | Gay? Wikipedia |
ID | npfkncfachgpmimogndpnmgfipfomjki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki |
الوصف | Change the word "Personal Life" to "Gay?" on Wikipedia pages |
حجم الملف | 13.73 KB |
عدد التثبيتات | 791 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-12-26 |
تاريخ النشر | 2019-12-25 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | seven-dillenia |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/leechuyem/gay-wikipedia |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "Gay? Wikipedia", "short_name": "Gay? Wikipedia", "description": "Change the word \"Personal Life\" to \"Gay?\" on Wikipedia pages", "author": "Lee Chu Yem", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png" } }, "content_scripts": [ { "matches": [ "https:\/\/en.wikipedia.org\/wiki\/*" ], "js": [ "content.js" ] } ] } |