The Altening Saver - Unofficial

Log 'Generate Alt' button clicks into a txt

¿Qué es The Altening Saver - Unofficial?

The Altening Saver - Unofficial es una extensión de Chrome desarrollada por Intent, y su función principal es "Log 'Generate Alt' button clicks into a txt".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión The Altening Saver - Unofficial

Descarga archivos de extensión The Altening Saver - Unofficial 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

                        With The Altening Saver, every time you generate an alt on the panel, it will be copied to a list that you can then view, and copy to clipboard by clicking the icon of this extension. The generated list conforms with the standard client account manager combo format, e.g. email:pass.                    

Información Básica de la Extensión

Nombre The Altening Saver - Unofficial The Altening Saver - Unofficial
ID ggdfagoidfaekenhaeofhcpkkhfakijl
URL Oficial https://chromewebstore.google.com/detail/the-altening-saver-unoffi/ggdfagoidfaekenhaeofhcpkkhfakijl
Descripción Log 'Generate Alt' button clicks into a txt
Tamaño del Archivo 81.74 KB
Cantidad de Instalaciones 241
Versión Actual 1.0
Última Actualización 2019-09-18
Fecha de Publicación 2019-09-18
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Intent
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Altening Saver - Unofficial",
    "short_name": "The Altening Saver",
    "description": "Log 'Generate Alt' button clicks into a txt",
    "version": "1.0",
    "author": "Intent",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/panel.thealtening.com\/"
            ],
            "js": [
                "jquery.js",
                "inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "20": "20.png",
            "32": "32.png",
            "40": "40.png"
        },
        "default_title": "The Altening Saver",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/panel.thealtening.com\/"
    ]
}