Artstation Likes New Tab

Get a random artwork from your artstation likes everytime you open a new tab!

¿Qué es Artstation Likes New Tab?

Artstation Likes New Tab es una extensión de Chrome desarrollada por oytundd, y su función principal es "Get a random artwork from your artstation likes everytime you open a new tab!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Artstation Likes New Tab

Descarga archivos de extensión Artstation Likes New Tab 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

                        Get a random artwork from your Artstation likes everytime you open a new tab! Just enter your username and refresh it yourself or just keep surfing the web and let them come to you everytime you open a new tab.You can access the artworks original page by clicking on the artwork - author text.You can access the source code using the website link within the store page.
Note: Only last 50 likes can be used due to Artstation's api limitations.  
Feel free to support me at https://ko-fi.com/oytundd !                    

Información Básica de la Extensión

Nombre Artstation Likes New Tab Artstation Likes New Tab
ID cancnflmodecjmcjfefhildbmllgenee
URL Oficial https://chromewebstore.google.com/detail/artstation-likes-new-tab/cancnflmodecjmcjfefhildbmllgenee
Descripción Get a random artwork from your artstation likes everytime you open a new tab!
Tamaño del Archivo 96.28 KB
Cantidad de Instalaciones 33
Versión Actual 1.1
Última Actualización 2021-06-05
Fecha de Publicación 2021-03-22
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador oytundd
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/oytundd/artstationnew
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Artstation Likes New Tab",
    "description": "Get a random artwork from your artstation likes everytime you open a new tab!",
    "version": "1.1",
    "incognito": "split",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "art.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.artstation.com\/; object-src",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.artstation.com\/users\/*"
            ],
            "js": [
                "newIndex.js"
            ]
        }
    ],
    "manifest_version": 2
}