meshed
Chrome extension for Glimesh
meshedとは何ですか?
meshedはOrangopusによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for Glimesh」です。
拡張機能のスクリーンショット
meshed拡張機能のCRXファイルをダウンロード
meshed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Meshed gives you a completely new UI overhaul for Glimesh.tv's website. The overhaul is a visual UI upgrade for Glimesh. 拡張機能の基本情報
| 名前 | |
| ID | hkjokliffmoapjnpnpldlbegjgkldmin |
| 公式URL | https://chromewebstore.google.com/detail/meshed/hkjokliffmoapjnpnpldlbegjgkldmin |
| 説明 | Chrome extension for Glimesh |
| ファイルサイズ | 78.31 KB |
| インストール数 | 36 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2021-03-15 |
| 公開日 | 2021-03-15 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | Orangopus |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "meshed",
"description": "Chrome extension for Glimesh",
"version": "0.0.1",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/glimesh.tv\/*"
],
"js": [
"jquery.js",
"app.js"
],
"css": [
"style.css"
]
}
],
"web_accessible_resources": [
"index.html",
"style.css",
"app.js",
"quicksand.ttf"
],
"background": {
"scripts": [
"jquery.js"
],
"persistent": false
},
"permissions": [
"http:\/\/fonts.googleapis.com\/",
"https:\/\/fonts.googleapis.com\/"
],
"options_page": "options.html",
"browser_action": {
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'"
} | |