DevineTools Enhancer
Enchance your devine tools
Wat is DevineTools Enhancer?
DevineTools Enhancer is een Chrome-extensie ontwikkeld door SirLydian, en de belangrijkste functie is "Enchance your devine tools".
Extensie Screenshots
Download het CRX-bestand van de extensie DevineTools Enhancer
Download DevineTools Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ifblilciipjpadookcohpkmgapoeedca |
Officiële URL | https://chromewebstore.google.com/detail/devinetools-enhancer/ifblilciipjpadookcohpkmgapoeedca |
Beschrijving | Enchance your devine tools |
Bestandsgrootte | 13.42 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-05-26 |
Publicatiedatum | 2016-05-26 |
Beoordeling | 4.36/5 Totaal 11 Beoordelingen |
Ontwikkelaar | SirLydian |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |