Crappy Ad Swap

Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.

Crappy Ad Swap란 무엇입니까?

Crappy Ad Swap은(는) Brother Ad School에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Crappy Ad Swap 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Crappy Ad Swap is an extension that allows you to see good advertising instead of the bad advertising you usually find when you surf websites.
 
This extension has an educative purpose and is exclusive for Brother’s students, so you need a code to install it.

Ask at your Brother base for it!

This extension does:

-    Swap all banner formats.
-    Swap Google Adsense
-    Hide spam                    

확장 프로그램 기본 정보

이름 Crappy Ad Swap Crappy Ad Swap
ID jmfcnfdbiiojincfpacekoiolacgmohb
공식 URL https://chromewebstore.google.com/detail/crappy-ad-swap/jmfcnfdbiiojincfpacekoiolacgmohb
설명 Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.
파일 크기 293 KB
설치 횟수 258
현재 버전 1.2.3
최근 업데이트 2016-05-23
출시 날짜 2016-05-23
평점 4.82/5 총 55 개의 평점
개발자 Brother Ad School
결제 유형 free
확장 프로그램 웹 사이트 http://brotherad.com/crappyadswap/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crappy Ad Swap",
    "version": "1.2.3",
    "description": "Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19-disabled.png",
            "38": "icon-38-disabled.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "config.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "config.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}