Portfolio Banners

Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet

Portfolio Banners란 무엇입니까?

Portfolio Banners은(는) Brother Ad School에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Now, creative directors (it’s a tool for them, mostly) will be able to see portfolios without compromising their time.

This extension does:

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

확장 프로그램 기본 정보

이름 Portfolio Banners Portfolio Banners
ID bhnngdimlbmghlonhlbeldibdlekggeh
공식 URL https://chromewebstore.google.com/detail/portfolio-banners/bhnngdimlbmghlonhlbeldibdlekggeh
설명 Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet
파일 크기 292 KB
설치 횟수 49
현재 버전 1.0.6
최근 업데이트 2016-05-23
출시 날짜 2016-05-23
평점 4.97/5 총 29 개의 평점
개발자 Brother Ad School
결제 유형 free
확장 프로그램 웹 사이트 http://brotherad.com/portfoliobanners/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portfolio Banners",
    "version": "1.0.6",
    "description": "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet",
    "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",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}