Stoned Ape Tools

Tools that only a stoned ape could use.

O que é Stoned Ape Tools?

Stoned Ape Tools é uma extensão do Chrome desenvolvida por ape-collective, e sua principal característica é "Tools that only a stoned ape could use.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stoned Ape Tools

Baixe arquivos de extensão Stoned Ape Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        For stoned ape use. 

Features originally from Neptune’s Pride Agent:

 - Battle Calculator: When you select a carrier, if the carrier is headed for an enemy star, displays a battle calculator. Accounts for you and your opponent’s current weapons tech, manufacturing tech, and industry.
 - Scanning Range Timer: Displays scanning range time in green when you select an enemy star if that enemy cannot yet see your carrier, and in grey if that enemy can already see your carrier.
 - Carrier Linking in Chat:  [[Carrier Name]] text in messages now links to the fleet, so that when the message recipient clicks on the fleet you’re referring to their map view is navigated to show it, the same way that [[Star Name]] or [[Player Number]] works in the base game.
 - API Sharing:  When you type [[api:APIKEY]] into a message it will convert it into a button that allows you (or other users of this extension in your message) to either see their scans or merge both scans.
 - Hotkeys:  Check out @Osric’s original post 2 to learn more.

New features only available on Stoned Ape Tools 3:

 - Ledger (hotkey ‘m’):  Adds a row to the menu titled ‘Ledger’. When clicked tabulates then displays a ledger of debt owed between you and anyone you’ve traded tech or cash with so far in the game. Accurately shows you who you owe money to, who owes you money, and how much money is owed. If you owe someone else money, displays a button to repay the debt owed.
 - Quick Tech Trading: Adds 2 buttons to other players’ Empire pages:
‘Share All Tech’ button allows you to share all the tech you have that another player does not in one easy click.
 - ‘Pay for All Tech’ button allows you to send the cash required for another player to send you all the tech they have that you don’t in one easy click (and without having to do any math!).
 - Research ETA Chat Button: Adds a button to chat between ‘Back’ and ‘Send’ titled ‘Research’. When clicked pastes your current research tech and your next research tech into the chat input box.
 - Embed images in chat from imagur or imgbb by copying the full image path (including .png or .jpg) and paste into chat with [[https://imagur.com/myimage.png]] and it will display in the NP chat. 

Example:
Now: Experimentation 2 - 5 ticks.
Next: Weapons 2 - 24 ticks.


Future features (not guaranteed):

 - Forgive debt button for ledger to allow you to forgive debt owed to you.
 - Ignore debt button for ledger to allow you to ignore debt you owe.
 - Automatic API merging on refresh for any previously shared API.
 - Tracking of enemy carriers who have entered, then exited, your scanning range.
 - The option to see how expensive it will be to build the science needed to research something in a given time.
 - When the extension recognizes the format of its own research update text, provide a live update for that research.
 - Mark AI with a reminder of every fourth tick after they became AI (ie the only ticks when AI make moves).
 - Automatically create a timelapse, probably by integrating this tool 2 by @olus2000.
 - Improvement to bulk tech upgrading. 1
 - Firefox. This one is unlikely to happen, unfortunately. Maybe if someone else wanted to take up the task… :wink:
 - Your suggestions! See @Lorentz in the discord or forum.                    

Informações Básicas da Extensão

Nome Stoned Ape Tools Stoned Ape Tools
ID fjneickecjinecmcmikiedapbjpginao
URL Oficial https://chromewebstore.google.com/detail/stoned-ape-tools/fjneickecjinecmcmikiedapbjpginao
Descrição Tools that only a stoned ape could use.
Tamanho do Arquivo 1.1 MB
Contagem de Instalações 168
Versão Atual 2.29.3
Última Atualização 2023-06-12
Data de Publicação 2022-07-13
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor ape-collective
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Tsangares/stoned_ape_tools
URL da Página de Ajuda https://github.com/Tsangares/stoned_ape_tools/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stoned Ape Tools",
    "description": "Tools that only a stoned ape could use. ",
    "version": "2.29.3",
    "manifest_version": 3,
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/np.ironhelmet.com\/*"
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "intel.js",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/np.ironhelmet.com\/*"
            ],
            "css": [
                "intel.css"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    }
}