Yoga Internet

Beautiful landscapes – instead of war!

Τι είναι το Yoga Internet;

Το Yoga Internet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://good.media, και η κύρια λειτουργία του είναι "Beautiful landscapes – instead of war!".

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

screenshot
screenshot

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

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

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

                        The plugin will delete war, crimes, politics, rough stuff, and other inconsistent with yoga topics from your webpages. And instead of them you will see beautiful landscapes and drawings. Your Internet will become completely different! If required, you can adapt its configuration settings.                    

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

Όνομα Yoga Internet Yoga Internet
ID dmojdkbkmdogbhfonmgodkihaappeepn
Επίσημο URL https://chromewebstore.google.com/detail/yoga-internet/dmojdkbkmdogbhfonmgodkihaappeepn
Περιγραφή Beautiful landscapes – instead of war!
Μέγεθος Αρχείου 15.41 MB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-04-28
Ημερομηνία Δημοσίευσης 2015-04-28
Προγραμματιστής https://good.media
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://good.media/ru/contact
Διεύθυνση URL της Σελίδας Βοήθειας http://good.media/ru/contact
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "fragments\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-1.8.3.js",
                "lib\/jquery.tooltipster.js",
                "lib\/jquery.color-2.1.2.js",
                "lib\/jquery-ui.js",
                "lib\/md5.js",
                "lib\/jquery.groupinputs.js",
                "scripts\/interestCat.js",
                "scripts\/main.js",
                "scripts\/activate.js",
                "scripts\/noactive.js",
                "scripts\/license.js",
                "scripts\/notification.js",
                "scripts\/popup.js"
            ],
            "css": [
                "css\/tooltipster.css",
                "css\/jquery-ui.css",
                "css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "options_page": "fancy-settings\/source\/index.html",
    "default_locale": "ru",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}