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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brother Ad School และคุณลักษณะหลักของมันคือ "Portfolio Banners allows you to see advertising from Brother students instead of the bad advertising you usually find on Internet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Portfolio Banners

ดาวน์โหลดไฟล์ส่วนขยาย Portfolio Banners ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}