DeviantArt Shimeji - OLIVER

OLIVER plays on DeviantArt.

ما هو DeviantArt Shimeji - OLIVER؟

DeviantArt Shimeji - OLIVER هو إضافة Chrome تم تطويرها بواسطة Jarno Le Conté، والميزة الرئيسية لها هي "OLIVER plays on DeviantArt.".

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

screenshot

تحميل ملف CRX للإضافة DeviantArt Shimeji - OLIVER

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

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

                        This little mascot of OLIVER will be released on deviantart, after which he starts to play and interact with your pages. 

CREDITS

Shimeji Artist: 
FrazzledFlame
http://frazzledflame.deviantart.com

Icon Artist: 
TheShelberine
http://theshelberine.deviantart.com

Original Shimeji Software:
Yuki Yamada of Group Finity
http://www.group-finity.com/Shimeji/                    

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

الاسم DeviantArt Shimeji - OLIVER DeviantArt Shimeji - OLIVER
ID aeiimknneoegbkngdlpbfkfnfocneggn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn
الوصف OLIVER plays on DeviantArt.
حجم الملف 146 KB
عدد التثبيتات 1,224
النسخة الحالية 0.6
آخر تحديث 2017-02-26
تاريخ النشر 2017-02-26
تقييم 3.61/5 مجموع تقييمات 36
المطور Jarno Le Conté
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://hckr-me.tumblr.com/shimeji
عنوان صفحة المساعدة http://hckr-me.tumblr.com/shimeji
عنوان صفحة سياسة الخصوصية http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeviantArt Shimeji - OLIVER",
    "description": "OLIVER plays on DeviantArt.",
    "version": "0.6",
    "author": "Jarno Le Cont\u00e9",
    "manifest_version": 2,
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "OLIVER shimeji"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "http:\/\/www.deviantart.com\/"
            ],
            "include_globs": [],
            "js": [
                "deviantart-shimeji-oliver.user.js"
            ],
            "matches": [
                "http:\/\/www.deviantart.com\/browse\/*",
                "http:\/\/*.deviantart.com\/art\/*",
                "http:\/\/*.deviantart.com\/",
                "http:\/\/*.deviantart.com\/gallery\/*",
                "http:\/\/*.deviantart.com\/favourites\/*",
                "http:\/\/*.deviantart.com\/journal\/*",
                "http:\/\/*.deviantart.com\/aboutus\/*",
                "http:\/\/*.deviantart.com\/blog\/*"
            ],
            "run_at": "document_end"
        }
    ]
}