DeviantArt Shimeji - OLIVER
OLIVER plays on DeviantArt.
DeviantArt Shimeji - OLIVERとは何ですか?
DeviantArt Shimeji - OLIVERはJarno Le Contéによって開発されたChromeの拡張機能で、その主な機能は「OLIVER plays on DeviantArt.」です。
拡張機能のスクリーンショット
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/
拡張機能の基本情報
名前 | |
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é |
Eメール | [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" } ] } |