Neopets Shop & Attic Highlighter & Autobuyer

NeoBuyer Main Shop + Almost Abandoned Attic Autobuyer for Neopets.com

Neopets Shop & Attic Highlighter & Autobuyerคืออะไร?

Neopets Shop & Attic Highlighter & Autobuyer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NeoBuyer และคุณลักษณะหลักของมันคือ "NeoBuyer Main Shop + Almost Abandoned Attic Autobuyer for Neopets.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Neopets Shop & Attic Highlighter & Autobuyer

ดาวน์โหลดไฟล์ส่วนขยาย Neopets Shop & Attic Highlighter & Autobuyer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        NeoBuyer: An Autobuyer to help you get expensive items from the main shops and the almost abandoned attic. NeoBuyer users have already restocked many billions (yes, billions) of NP worth of items. You can choose the level of automation that you want by clicking the extension icon after it is installed and then selecting "Options". This will allow you to configure any settings you wish in the options page.

This extension works within your browser so it will NEVER need your Neopets password. None of your Neopets account information (like your username or pet) leaves your computer, unless you choose to set up email notifications, in which case the Neopets item purchased from the Neopets main shop or attic is emailed to you (and only you).

Recent updates:
* option to send purchases directly to safety deposit box
* option to turn on or off Chrome notifications for item buys/misses
* bug fixes for voice alert stability
* automatic refreshing through failed page loads
* analytics page with graphs showing your stats

Open the options page by clicking the extension, where you can customize all of the settings, like:
* only highlight instead of autobuying
* annotating captcha
* full autobuying
* auto-clicking confirm
* auto-typing neopoint amount
* auto-clicking captcha
* purchase history page
* choosing to use a manual restock list instead of automatic item database
* refresh intervals
* checking for stocked status
* cycling through stores when stocked
* sounding alerts and text-to-voice alerts
* going for the second most valuable item if on low internet connection
* only running between certain hours
* item database option to automatically purchase items without the need for a restock list
* minimum rarity setting
* blocklist of items to never purchase (user-settable)
* option to buy items that are not yet in the item database
* ability to view current item database
* option to set minimum profit percentage and minimum profit in NPS to purchase item
* purchase history page (assessable through options page) now has rarity & estimated profits
* setting up emails to be automatically delivered when items are bought
* automatic restock detection for better Attic refreshing
* and more

------------------------------


THIS EXTENSION IS NOT CREATED BY OR AFFILIATED WITH NEOPETS IN ANY WAY, WHICH IS THE PROPERTY OF THE RESPECTIVE TRADEMARK HOLDER(S). ALL PRODUCT AND COMPANY NAMES ARE TRADEMARKS™ OR REGISTERED® TRADEMARKS OF THEIR RESPECTIVE HOLDERS. USE OF THEM DOES NOT IMPLY ANY AFFILIATION WITH OR ENDORSEMENT BY THEM.

THIS SOFTWARE IS PROVIDED AS-IS AND WITHOUT WARRANTY AS TO ITS FEATURES, FUNCTIONALITY, OR PERFORMANCE. WE DO NOT CONTROL THE ACTIONS OF NEOPETS AND ARE NOT AFFILIATED IN ANY WAY. PLEASE USE THE EXTENSION INTELLIGENTLY TO PREVENT YOUR NEOPET ACCOUNT(S) FROM BEING FROZEN.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Neopets Shop & Attic Highlighter & Autobuyer Neopets Shop & Attic Highlighter & Autobuyer
ID gcoedojijoejlngkneocccmnjkbbbfmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/neopets-shop-attic-highli/gcoedojijoejlngkneocccmnjkbbbfmd
คำอธิบาย NeoBuyer Main Shop + Almost Abandoned Attic Autobuyer for Neopets.com
ขนาดไฟล์ 1.66 MB
จำนวนการติดตั้ง 500
เวอร์ชันปัจจุบัน 0.3.67
อัปเดตครั้งล่าสุด 2024-03-06
วันที่เผยแพร่ 2021-08-02
คะแนน 3.89/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา NeoBuyer
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://forms.gle/zwvVoE7KYxKWJHuU6
URL หน้าช่วยเหลือ https://forms.gle/zwvVoE7KYxKWJHuU6
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vQt6KxFpVag0gllpeJL7GyBTHEL3_thYbO7BSC788HVV3GZnoyXIWnVcw0mEVl1ciUApt4IjhmGNxYW/pub
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neopets Shop & Attic Highlighter & Autobuyer",
    "version": "0.3.67",
    "manifest_version": 3,
    "description": "NeoBuyer Main Shop + Almost Abandoned Attic Autobuyer for Neopets.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "NeoBuyer Settings"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "webNavigation",
        "notifications",
        "tts"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/neopets.com\/*",
                "http:\/\/*.neopets.com\/*",
                "https:\/\/neopets.com\/*",
                "https:\/\/*.neopets.com\/*"
            ],
            "js": [
                "js\/moment.js",
                "js\/email.js",
                "js\/ExtPay.js",
                "src\/common\/default_items.js",
                "src\/common\/item_db.js",
                "src\/inject\/util.js",
                "src\/inject\/inject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "js\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ]
}