Urban Dictionary Random Word

See a random word from Urban Dictionary when you open a new tab.

ما هو Urban Dictionary Random Word؟

Urban Dictionary Random Word هو إضافة Chrome تم تطويرها بواسطة itsabhinaya، والميزة الرئيسية لها هي "See a random word from Urban Dictionary when you open a new tab.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Urban Dictionary Random Word

قم بتنزيل ملفات الامتداد Urban Dictionary Random Word بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Learn what cool kids are saying these days whenever you open a new tab.

If you don't want NSFW words to show up on screen, add them to the list in settings. 

This is an unofficial extension.                    

معلومات أساسية عن التمديد

الاسم Urban Dictionary Random Word Urban Dictionary Random Word
ID nbjfdhobjinlogklfgioniediccgggbf
عنوان URL الرسمي https://chromewebstore.google.com/detail/urban-dictionary-random-w/nbjfdhobjinlogklfgioniediccgggbf
الوصف See a random word from Urban Dictionary when you open a new tab.
حجم الملف 313 KB
عدد التثبيتات 35
النسخة الحالية 0.0.3
آخر تحديث 2018-12-18
تاريخ النشر 2018-12-17
تقييم 4.00/5 مجموع تقييمات 3
المطور itsabhinaya
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Urban Dictionary Random Word",
    "short_name": "Random Word",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "See a random word from Urban Dictionary when you open a new tab.",
    "author": "Abhinaya Konduru",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Urban Dictionary"
    }
}