iVLOGsafe

Remove Flash Banners From Ivlog. Prevent IP tracking

What is iVLOGsafe?

iVLOGsafe is a Chrome extension developed by Monotreme, and its main feature is "Remove Flash Banners From Ivlog. Prevent IP tracking".

Extension Screenshots

screenshot

Download iVLOGsafe Extension CRX File

Download iVLOGsafe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name iVLOGsafe iVLOGsafe
ID kfdkooddehknbjnhmiongcohjggmpdjl
Official URL https://chromewebstore.google.com/detail/ivlogsafe/kfdkooddehknbjnhmiongcohjggmpdjl
Description Remove Flash Banners From Ivlog. Prevent IP tracking
File Size 144 KB
Installation Count 28
Current Version 1.0.4
Last Updated 2015-06-28
Publish Date 2015-06-28
Rating 5.00/5 Total 1 Ratings
Developer Monotreme
Payment Type free
Supported Languages 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"
    ]
}