Genesys spell ( Minions )
This spell changes the style of Genesys | Created by : Don Giovanni
Genesys spell ( Minions )とは何ですか?
Genesys spell ( Minions )はDon Giovanniによって開発されたChromeの拡張機能で、その主な機能は「This spell changes the style of Genesys | Created by : Don Giovanni 」です。
拡張機能のスクリーンショット
Genesys spell ( Minions )拡張機能のCRXファイルをダウンロード
Genesys spell ( Minions )拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This spell changes the style of Genesys | Created by : Don Giovanni
拡張機能の基本情報
名前 | |
ID | fdbfmkkdmnkildnnabbmlmkhljmbkaod |
公式URL | https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod |
説明 | This spell changes the style of Genesys | Created by : Don Giovanni |
ファイルサイズ | 69.7 KB |
インストール数 | 14 |
現在のバージョン | 1.1 |
最終更新日 | 2015-08-21 |
公開日 | 2015-08-21 |
開発者 | Don Giovanni |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Genesys spell ( Minions )", "description": "This spell changes the style of Genesys | Created by : Don Giovanni ", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/service7.soundbite.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "script.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/service7.soundbite.com\/" ] } |