No Games

Remove the games from the Internet

Τι είναι το No Games;

Το No Games είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dave.albert, και η κύρια λειτουργία του είναι "Remove the games from the Internet".

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

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

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

                        The upcoming games are going to receive widespread media coverage. Install this Chrome extension if you want to boycott & black out this coverage. In support of LGBT worldwide. Visit allout.org for more information (note: this extension is not officially affiliated with Allout or produced by Allout).                    

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

Όνομα No Games No Games
ID bdefnchepelolaebnbldbmdkhmpoodgn
Επίσημο URL https://chrome.google.com/webstore/detail/no-games/bdefnchepelolaebnbldbmdkhmpoodgn
Περιγραφή Remove the games from the Internet
Μέγεθος Αρχείου 39.39 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2014-02-08
Ημερομηνία Δημοσίευσης 2014-02-08
Προγραμματιστής dave.albert
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Games",
    "version": "0.1.1",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Remove the games from the Internet",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Remove the games from the Internet",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}