DeviantArt Shimeji - OLIVER

OLIVER plays on DeviantArt.

DeviantArt Shimeji - OLIVER là gì?

DeviantArt Shimeji - OLIVER là một tiện ích mở rộng Chrome được phát triển bởi Jarno Le Conté, và tính năng chính của nó là "OLIVER plays on DeviantArt.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DeviantArt Shimeji - OLIVER

Tải xuống các tệp mở rộng DeviantArt Shimeji - OLIVER dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DeviantArt Shimeji - OLIVER DeviantArt Shimeji - OLIVER
ID aeiimknneoegbkngdlpbfkfnfocneggn
URL Chính Thức https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn
Mô tả OLIVER plays on DeviantArt.
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 1,224
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2017-02-26
Ngày Phát Hành 2017-02-26
Đánh Giá 3.61/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Jarno Le Conté
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://hckr-me.tumblr.com/shimeji
URL Trang Trợ Giúp http://hckr-me.tumblr.com/shimeji
URL Trang Chính Sách Bảo Mật http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}