COIN Machine

Coin-Operated Inter-Net Machine

Τι είναι το COIN Machine;

Το COIN Machine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Hartsough, και η κύρια λειτουργία του είναι "Coin-Operated Inter-Net Machine".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης COIN Machine

Λήψη αρχείων επέκτασης COIN Machine σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Please activate the Coin-Operated Inter-Net Machine. Simply add this extension to your Chrome browser. Thank you. 

The COIN Machine offers cutting-edge, exclusive "Web Surfing features". It unlocks the browser's hidden ability to collect coins from commonplace web browsing actions, then spend those coins on "WebPage Enhancements". 

The Inter-Net is an odd place. But it's much better when you run it through the COIN Machine. The COIN Machine offers reliable "WebPage Functionality" and a streamlined, state-of-the-art assistant, called COBA, which stands for Coin-Operated Browsing Assistant. COBA is the next Clippy of our time. 

COBA is a COIN Machine that will enrich and augment your Web Browsing experience. COBA celebrates your browsing talents and awards you coins for using the Inter-Net. Once you've collected enough coins, you can purchase up to six different "WebPage Enhancements", including but not limited to: 

 - an "explosive" WebPage Bomb
 - new and stylish cursors for your mouse
 - Edit and Design mode for unleashing your creativity
 - a fashionable and stellar Disco Ball that really brings the technicolor
 - advanced Word Swap technology
 - and an ultramodern Media Swap system

Upgrade your browser and surf the web safely and in style with the all new COIN Machine!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα COIN Machine COIN Machine
ID konmkbglhickglfceeifbffogcocojbf
Επίσημο URL https://chromewebstore.google.com/detail/coin-machine/konmkbglhickglfceeifbffogcocojbf
Περιγραφή Coin-Operated Inter-Net Machine
Μέγεθος Αρχείου 27.95 KB
Αριθμός Εγκαταστάσεων 149
Τρέχουσα Έκδοση 1.0.0.1
Τελευταία Ενημέρωση 2018-11-28
Ημερομηνία Δημοσίευσης 2018-11-27
Αξιολόγηση 3.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής David Hartsough
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "COIN Machine",
    "description": "Coin-Operated Inter-Net Machine",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "short_name": "COIN Machine",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/coin-machine-16.png",
            "32": "icons\/coin-machine-32.png",
            "48": "icons\/coin-machine-48.png",
            "128": "icons\/coin-machine-128.png"
        },
        "default_title": "Coin-Operated Inter-Net Machine"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/coin-machine-16.png",
        "32": "icons\/coin-machine-32.png",
        "48": "icons\/coin-machine-48.png",
        "128": "icons\/coin-machine-128.png"
    }
}