iVLOGsafe

Remove Flash Banners From Ivlog. Prevent IP tracking

Wat is iVLOGsafe?

iVLOGsafe is een Chrome-extensie ontwikkeld door Monotreme, en de belangrijkste functie is "Remove Flash Banners From Ivlog. Prevent IP tracking".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iVLOGsafe

Download iVLOGsafe-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

                        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.                    

Basisinformatie over de Extensie

Naam iVLOGsafe iVLOGsafe
ID kfdkooddehknbjnhmiongcohjggmpdjl
Officiële URL https://chromewebstore.google.com/detail/ivlogsafe/kfdkooddehknbjnhmiongcohjggmpdjl
Beschrijving Remove Flash Banners From Ivlog. Prevent IP tracking
Bestandsgrootte 144 KB
Aantal Installaties 28
Huidige Versie 1.0.4
Laatst Bijgewerkt 2015-06-28
Publicatiedatum 2015-06-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Monotreme
Betalingswijze free
Ondersteunde Talen 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"
    ]
}