Stardew Valley Wiki Bundle Tracker
Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.
¿Qué es Stardew Valley Wiki Bundle Tracker?
Stardew Valley Wiki Bundle Tracker es una extensión de Chrome desarrollada por SDDev, y su función principal es "Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Stardew Valley Wiki Bundle Tracker
Descarga archivos de extensión Stardew Valley Wiki Bundle Tracker 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
Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear. Yellow in your inventor/chest. Green submitted to community center. Cookies must be enabled, if clear them you will lose your inputs.
Información Básica de la Extensión
Nombre | |
ID | cjpclbenhadlgcaagcecnkcbbmngffpj |
URL Oficial | https://chrome.google.com/webstore/detail/stardew-valley-wiki-bundl/cjpclbenhadlgcaagcecnkcbbmngffpj |
Descripción | Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear. |
Tamaño del Archivo | 37.31 KB |
Cantidad de Instalaciones | 410 |
Versión Actual | 1.2 |
Última Actualización | 2016-03-08 |
Fecha de Publicación | 2016-03-08 |
Calificación | 4.06/5 Total de 18 Calificaciones |
Desarrollador | SDDev |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stardew Valley Wiki Bundle Tracker", "description": "Turns (http:\/\/stardewvalleywiki.com\/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.", "version": "1.2", "permissions": [ "tabs", "http:\/\/stardewvalleywiki.com\/Bundles*", "https:\/\/stardewvalleywiki.com\/Bundles*" ], "browser_action": { "default_title": "Stardew Valley Wiki Bundle Tracker", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "jquery.cookie.js", "content.js" ], "css": [ "sv.css" ], "matches": [ "http:\/\/stardewvalleywiki.com\/Bundles*", "https:\/\/stardewvalleywiki.com\/Bundles*" ] } ], "manifest_version": 2 } |