Green Gallery - Green Screen

Replace ads with flowers

Green Gallery - Green Screenคืออะไร?

Green Gallery - Green Screen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gallerythegreen และคุณลักษณะหลักของมันคือ "Replace ads with flowers"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Green Gallery - Green Screen

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

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

                        Surround yourself with the beauty of flowers and plants with the Green Screen ad blocker. With a couple of clicks you can replace your banner ads with flower art designed by world-famous creatives. Opt for rugged roses from tattoo artist Henk Schiffmacher, the slick street art of DJ Loco Dice and graffiti artist Hoxxoh, the romance of creative innovator Geraldine Wharry or avant-garde 3D from fashion label Pigalle. Choose your style and the Green Gallery Green Screen will fill your banners with flowers.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Green Gallery - Green Screen Green Gallery - Green Screen
ID dfocjnkjdajchacnkpocgaahkodknabh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/green-gallery-green-scree/dfocjnkjdajchacnkpocgaahkodknabh
คำอธิบาย Replace ads with flowers
ขนาดไฟล์ 1.88 MB
จำนวนการติดตั้ง 2,299
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-09-02
วันที่เผยแพร่ 2017-08-31
คะแนน 3.92/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา gallerythegreen
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://greenscreen.thegreengallery.com
ภาษาที่รองรับ de,en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Green Gallery - Green Screen",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/browsericons\/icon19.png",
            "38": "img\/browsericons\/icon38.png"
        },
        "default_title": "Green Gallery - Green Screen",
        "default_popup": "popup.html"
    },
    "author": "Green Gallery",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/artists-data-tunnel.js",
                "js\/vapi-client.js",
                "js\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/scriptlets\/subscriber.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "incognito": "split",
    "minimum_chrome_version": "26.0",
    "optional_permissions": [
        "file:\/\/\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "__MSG_extName__",
    "storage": {
        "managed_schema": "managed_storage.json"
    }
}