meshed
Chrome extension for Glimesh
Apa itu meshed?
meshed adalah ekstensi Chrome yang dikembangkan oleh Orangopus, dan fitur utamanya adalah "Chrome extension for Glimesh".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi meshed
Unduh file ekstensi meshed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Meshed gives you a completely new UI overhaul for Glimesh.tv's website. The overhaul is a visual UI upgrade for Glimesh.
Informasi Dasar Ekstensi
Nama | |
ID | hkjokliffmoapjnpnpldlbegjgkldmin |
URL Resmi | https://chromewebstore.google.com/detail/meshed/hkjokliffmoapjnpnpldlbegjgkldmin |
Deskripsi | Chrome extension for Glimesh |
Ukuran File | 78.31 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2021-03-15 |
Tanggal Publikasi | 2021-03-15 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | Orangopus |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |