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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ http://hckr-me.tumblr.com/shimeji
URL หน้านโยบายความเป็นส่วนตัว 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"
        }
    ]
}