iVLOGsafe

Remove Flash Banners From Ivlog. Prevent IP tracking

iVLOGsafe란 무엇입니까?

iVLOGsafe은(는) Monotreme에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove Flash Banners From Ivlog. Prevent IP tracking"입니다.

확장 프로그램 스크린샷

screenshot

iVLOGsafe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 iVLOGsafe iVLOGsafe
ID kfdkooddehknbjnhmiongcohjggmpdjl
공식 URL https://chromewebstore.google.com/detail/ivlogsafe/kfdkooddehknbjnhmiongcohjggmpdjl
설명 Remove Flash Banners From Ivlog. Prevent IP tracking
파일 크기 144 KB
설치 횟수 28
현재 버전 1.0.4
최근 업데이트 2015-06-28
출시 날짜 2015-06-28
평점 5.00/5 총 1 개의 평점
개발자 Monotreme
결제 유형 free
지원되는 언어 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"
    ]
}