DeviantArt Shimeji - OLIVER

OLIVER plays on DeviantArt.

Apa itu DeviantArt Shimeji - OLIVER?

DeviantArt Shimeji - OLIVER adalah ekstensi Chrome yang dikembangkan oleh Jarno Le Conté, dan fitur utamanya adalah "OLIVER plays on DeviantArt.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DeviantArt Shimeji - OLIVER

Unduh file ekstensi DeviantArt Shimeji - OLIVER dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama DeviantArt Shimeji - OLIVER DeviantArt Shimeji - OLIVER
ID aeiimknneoegbkngdlpbfkfnfocneggn
URL Resmi https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn
Deskripsi OLIVER plays on DeviantArt.
Ukuran File 146 KB
Jumlah Instalasi 1,224
Versi Saat Ini 0.6
Terakhir Diperbarui 2017-02-26
Tanggal Publikasi 2017-02-26
Penilaian 3.61/5 Total 36 Penilaian
Pengembang Jarno Le Conté
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://hckr-me.tumblr.com/shimeji
URL Halaman Bantuan http://hckr-me.tumblr.com/shimeji
URL Halaman Kebijakan Privasi http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Bahasa yang Didukung 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"
        }
    ]
}