DevineTools Enhancer
Enchance your devine tools
Apa itu DevineTools Enhancer?
DevineTools Enhancer adalah ekstensi Chrome yang dikembangkan oleh SirLydian, dan fitur utamanya adalah "Enchance your devine tools".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DevineTools Enhancer
Unduh file ekstensi DevineTools Enhancer 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
Enhance your Devine Tools! Features: - Visual enhancements - Get notified when you're second in queue - Notice your spot in the queue in the browser tab. eg: (2) Devine SOS tool - Auto refresh enabled - Fixed header More to come! Developed by: Ruben Pauwels Francis De Clercq
Informasi Dasar Ekstensi
Nama | |
ID | ifblilciipjpadookcohpkmgapoeedca |
URL Resmi | https://chromewebstore.google.com/detail/devinetools-enhancer/ifblilciipjpadookcohpkmgapoeedca |
Deskripsi | Enchance your devine tools |
Ukuran File | 13.42 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-05-26 |
Tanggal Publikasi | 2016-05-26 |
Penilaian | 4.36/5 Total 11 Penilaian |
Pengembang | SirLydian |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevineTools Enhancer", "description": "Enchance your devine tools", "version": "1.1", "manifest_version": 2, "icons": { "192": "icon2.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "extension.html" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/sos.devine-tools.be\/*" ], "js": [ "feed.js" ], "run_at": "document_end" } ] } |