GawkBlocker

Tired of taking the Nerd Bait? Use GawkBlocker!

GawkBlocker란 무엇입니까?

GawkBlocker은(는) A Terrible Idea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tired of taking the Nerd Bait? Use GawkBlocker!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension checks to see if you're going to a URL that's owned by Gawker Media.  If you are, it will send you to a video of Madness - One Step Beyond instead.

You can change where you get sent in the Options page.

Version 1.7 - Updating to Manifest v2 so it will stay live in the store.

Version 1.6 - Testing Analytics.

Version 1.5 - Changed the badge color and number.

Version 1.4 - Removed excess permissions request.

Version 1.3 - Added a version badge to the icon so you can tell when it's updated.

Version 1.2 - On the Options Page, you can delete any sites you don't want blocked any more and add new sites to block.

Version 1.1 - Removed unnecessary permissions from the extension.

Version 1.0 - Initial drop                    

확장 프로그램 기본 정보

이름 GawkBlocker GawkBlocker
ID fbdakfnfbdeccpildcaemgdipfkamghn
공식 URL https://chromewebstore.google.com/detail/gawkblocker/fbdakfnfbdeccpildcaemgdipfkamghn
설명 Tired of taking the Nerd Bait? Use GawkBlocker!
파일 크기 51.1 KB
설치 횟수 35
현재 버전 1.7
최근 업데이트 2012-12-17
출시 날짜 2012-12-17
평점 4.83/5 총 6 개의 평점
개발자 A Terrible Idea
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GawkBlocker",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Tired of taking the Nerd Bait? Use GawkBlocker!",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/GB-19.png",
        "48": "images\/GB-48.png",
        "128": "images\/GB-128.png"
    },
    "browser_action": {
        "default_icon": "images\/GB-19.png",
        "default_title": "GawkBlocker",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs"
    ]
}