DeviantArt Shimeji - OLIVER

OLIVER plays on DeviantArt.

什麼是DeviantArt Shimeji - OLIVER?

DeviantArt Shimeji - OLIVER是由Jarno Le Conté開發的Chrome擴展程式,該擴展的主要功能是“OLIVER plays on DeviantArt.”。

擴展截圖

screenshot

下載DeviantArt Shimeji - OLIVER擴展crx文件

下載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
官方網址 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"
        }
    ]
}