The Altening Saver - Unofficial
Log 'Generate Alt' button clicks into a txt
Wat is The Altening Saver - Unofficial?
The Altening Saver - Unofficial is een Chrome-extensie ontwikkeld door Intent, en de belangrijkste functie is "Log 'Generate Alt' button clicks into a txt".
Extensie Screenshots
Download het CRX-bestand van de extensie The Altening Saver - Unofficial
Download The Altening Saver - Unofficial-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
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.
Basisinformatie over de Extensie
Naam | |
ID | ggdfagoidfaekenhaeofhcpkkhfakijl |
Officiële URL | https://chromewebstore.google.com/detail/the-altening-saver-unoffi/ggdfagoidfaekenhaeofhcpkkhfakijl |
Beschrijving | Log 'Generate Alt' button clicks into a txt |
Bestandsgrootte | 81.74 KB |
Aantal Installaties | 241 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-09-18 |
Publicatiedatum | 2019-09-18 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Intent |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |