iVLOGsafe

Remove Flash Banners From Ivlog. Prevent IP tracking

iVLOGsafe là gì?

iVLOGsafe là một tiện ích mở rộng Chrome được phát triển bởi Monotreme, và tính năng chính của nó là "Remove Flash Banners From Ivlog. Prevent IP tracking".

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

screenshot

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

Tải xuống các tệp mở rộng iVLOGsafe 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

                        IvlogSafe blocks potentially harmful content or IP trackers on ivlog.tv.

User generated content has the potential to be harmful or compromise your anonymity. It may contain links to malware or track your IP address. Stay safe while you are watching shows on ivlog.tv.

A simple tick of a check box and user generated content will not load.                    

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

Tên iVLOGsafe iVLOGsafe
ID kfdkooddehknbjnhmiongcohjggmpdjl
URL Chính Thức https://chromewebstore.google.com/detail/ivlogsafe/kfdkooddehknbjnhmiongcohjggmpdjl
Mô tả Remove Flash Banners From Ivlog. Prevent IP tracking
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2015-06-28
Ngày Phát Hành 2015-06-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Monotreme
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iVLOGsafe",
    "description": "Remove Flash Banners From Ivlog. Prevent IP tracking",
    "version": "1.0.4",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery-2.0.3.min.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ivlog.tv\/user*"
            ],
            "js": [
                "scripts\/jquery-2.0.3.min.js",
                "scripts\/settings.js",
                "scripts\/ivlogsafe.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/ivlog.tv\/user*"
            ],
            "js": [
                "scripts\/jquery-2.0.3.min.js",
                "scripts\/settings.js",
                "scripts\/ivlogsafe.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/icon.png"
    ]
}