IDM for PC and Windows - New Background
IDM for PC extension provides you with 'IDM' design on new tab. Designed for 'IDM' app fans.
¿Qué es IDM for PC and Windows - New Background?
IDM for PC and Windows - New Background es una extensión de Chrome desarrollada por https://www.techforapps.com, y su función principal es "IDM for PC extension provides you with 'IDM' design on new tab. Designed for 'IDM' app fans.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IDM for PC and Windows - New Background
Descarga archivos de extensión IDM for PC and Windows - New Background en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
IDM for PC extension provide you with IDM background in new tab page. You can also use Search bar and Change Background. It's created for IDM fans. This extension features some of the best artwork to make you feel good on your Chrome browser. Choose your favorite IDM backgrounds from a variety of designs in new tab page. Install this chrome extension and experience the great design in your browser new tab page. The App is currently only available in English, it will be available in other languages in upcoming releases.
Información Básica de la Extensión
Nombre | |
ID | lailhlilkodoflmdcljahaniookchcbn |
URL Oficial | https://chrome.google.com/webstore/detail/idm-for-pc-and-windows-ne/lailhlilkodoflmdcljahaniookchcbn |
Descripción | IDM for PC extension provides you with 'IDM' design on new tab. Designed for 'IDM' app fans. |
Tamaño del Archivo | 1.13 MB |
Cantidad de Instalaciones | 782 |
Versión Actual | 1.2 |
Última Actualización | 2022-02-10 |
Fecha de Publicación | 2022-02-10 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.techforapps.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.techforapps.com/idm-for-pc/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2", "name": "IDM for PC and Windows - New Background", "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "IDM for PC extension provides you with 'IDM' design on new tab. Designed for 'IDM' app fans.", "offline_enabled": true, "action": { "default_icon": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" } }, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "background": { "service_worker": "js\/main.js" } } |