Stoned Ape Tools

Tools that only a stoned ape could use.

What is Stoned Ape Tools?

Stoned Ape Tools is a Chrome extension developed by ape-collective, and its main feature is "Tools that only a stoned ape could use.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Stoned Ape Tools Extension CRX File

Download Stoned Ape Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Stoned Ape Tools Stoned Ape Tools
ID fjneickecjinecmcmikiedapbjpginao
Official URL https://chromewebstore.google.com/detail/stoned-ape-tools/fjneickecjinecmcmikiedapbjpginao
Description Tools that only a stoned ape could use.
File Size 1.1 MB
Installation Count 168
Current Version 2.29.3
Last Updated 2023-06-12
Publish Date 2022-07-13
Rating 5.00/5 Total 4 Ratings
Developer ape-collective
Email [email protected]
Payment Type free
Extension Website https://github.com/Tsangares/stoned_ape_tools
Help Page URL https://github.com/Tsangares/stoned_ape_tools/issues
Supported Languages 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"
    }
}