DeviantArt Shimeji - OLIVER
OLIVER plays on DeviantArt.
Co to jest DeviantArt Shimeji - OLIVER?
DeviantArt Shimeji - OLIVER to rozszerzenie Chrome opracowane przez Jarno Le Conté, a jego główną funkcją jest „OLIVER plays on DeviantArt.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DeviantArt Shimeji - OLIVER
Pobierz pliki rozszerzeń DeviantArt Shimeji - OLIVER w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aeiimknneoegbkngdlpbfkfnfocneggn |
Oficjalny URL | https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn |
Opis | OLIVER plays on DeviantArt. |
Rozmiar pliku | 146 KB |
Liczba instalacji | 1,224 |
Aktualna Wersja | 0.6 |
Ostatnia Aktualizacja | 2017-02-26 |
Data Publikacji | 2017-02-26 |
Ocena | 3.61/5 Łącznie 36 Oceny |
Deweloper | Jarno Le Conté |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://hckr-me.tumblr.com/shimeji |
Adres URL Strony Pomocy | http://hckr-me.tumblr.com/shimeji |
Adres URL Strony Polityki Prywatności | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Obsługiwane Języki | 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" } ] } |