Portfolio Banners

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

Portfolio Banners là gì?

Portfolio Banners là một tiện ích mở rộng Chrome được phát triển bởi Brother Ad School, và tính năng chính của nó là "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Portfolio Banners

Tải xuống các tệp mở rộng Portfolio Banners dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Portfolio Banners Portfolio Banners
ID bhnngdimlbmghlonhlbeldibdlekggeh
URL Chính Thức https://chromewebstore.google.com/detail/portfolio-banners/bhnngdimlbmghlonhlbeldibdlekggeh
Mô tả Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet
Kích Thước Tệp 292 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2016-05-23
Ngày Phát Hành 2016-05-23
Đánh Giá 4.97/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Brother Ad School
Loại Thanh Toán free
Trang Web Mở Rộng http://brotherad.com/portfoliobanners/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}