Yoga Internet

Beautiful landscapes – instead of war!

Yoga Internet là gì?

Yoga Internet là một tiện ích mở rộng Chrome được phát triển bởi https://good.media, và tính năng chính của nó là "Beautiful landscapes – instead of war!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yoga Internet

Tải xuống các tệp mở rộng Yoga Internet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yoga Internet Yoga Internet
ID dmojdkbkmdogbhfonmgodkihaappeepn
URL Chính Thức https://chromewebstore.google.com/detail/yoga-internet/dmojdkbkmdogbhfonmgodkihaappeepn
Mô tả Beautiful landscapes – instead of war!
Kích Thước Tệp 15.41 MB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-04-28
Ngày Phát Hành 2015-04-28
Nhà Phát Triển https://good.media
Loại Thanh Toán free
Trang Web Mở Rộng http://good.media/ru/contact
URL Trang Trợ Giúp http://good.media/ru/contact
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}