DeviantArt Shimeji - OLIVER

OLIVER plays on DeviantArt.

DeviantArt Shimeji - OLIVER क्या है?

DeviantArt Shimeji - OLIVER Jarno Le Conté द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OLIVER plays on DeviantArt."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DeviantArt Shimeji - OLIVER एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
        }
    ]
}