Yoga Internet

Beautiful landscapes – instead of war!

Was ist Yoga Internet?

Yoga Internet ist eine Chrome-Erweiterung, die von https://good.media entwickelt wurde, und ihr Hauptmerkmal ist "Beautiful landscapes – instead of war!".

Erweiterungsscreenshots

screenshot
screenshot

Yoga Internet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yoga Internet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Yoga Internet Yoga Internet
ID dmojdkbkmdogbhfonmgodkihaappeepn
Offizielle URL https://chromewebstore.google.com/detail/yoga-internet/dmojdkbkmdogbhfonmgodkihaappeepn
Beschreibung Beautiful landscapes – instead of war!
Dateigröße 15.41 MB
Installationsanzahl 18
Aktuelle Version 1.0
Letztes Update 2015-04-28
Veröffentlichungsdatum 2015-04-28
Entwickler https://good.media
Zahlungsart free
Erweiterungswebsite http://good.media/ru/contact
Hilfeseite URL http://good.media/ru/contact
Unterstützte Sprachen 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"
    ]
}