Pokeman Unicorn

Replace the unicorns with pokemans

ما هو Pokeman Unicorn؟

Pokeman Unicorn هو إضافة Chrome تم تطويرها بواسطة larochefookau، والميزة الرئيسية لها هي "Replace the unicorns with pokemans".

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

screenshot

تحميل ملف CRX للإضافة Pokeman Unicorn

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

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

                        This will replace 'unicorn' with a random Pokeman name. Enjoy!                    

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

الاسم Pokeman Unicorn Pokeman Unicorn
ID edfoipboepangmahldoemnbmbolmmbln
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pokeman-unicorn/edfoipboepangmahldoemnbmbolmmbln
الوصف Replace the unicorns with pokemans
حجم الملف 38.93 KB
عدد التثبيتات 101
النسخة الحالية 1.0
آخر تحديث 2015-09-11
تاريخ النشر 2015-09-11
المطور larochefookau
نوع الدفع free
موقع الإضافة https://twitter.com/larochefookau
عنوان صفحة المساعدة https://twitter.com/larochefookau
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokeman Unicorn",
    "description": "Replace the unicorns with pokemans",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "findAndReplaceDOMText.js",
                "app.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}