Yoga Internet

Beautiful landscapes – instead of war!

Wat is Yoga Internet?

Yoga Internet is een Chrome-extensie ontwikkeld door https://good.media, en de belangrijkste functie is "Beautiful landscapes – instead of war!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Yoga Internet

Download Yoga Internet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Yoga Internet Yoga Internet
ID dmojdkbkmdogbhfonmgodkihaappeepn
Officiële URL https://chromewebstore.google.com/detail/yoga-internet/dmojdkbkmdogbhfonmgodkihaappeepn
Beschrijving Beautiful landscapes – instead of war!
Bestandsgrootte 15.41 MB
Aantal Installaties 18
Huidige Versie 1.0
Laatst Bijgewerkt 2015-04-28
Publicatiedatum 2015-04-28
Ontwikkelaar https://good.media
Betalingswijze free
Extensiewebsite http://good.media/ru/contact
Help Pagina-URL http://good.media/ru/contact
Ondersteunde Talen 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"
    ]
}