Green Gallery - Green Screen
Replace ads with flowers
Green Gallery - Green Screen란 무엇입니까?
Green Gallery - Green Screen은(는) gallerythegreen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace ads with flowers"입니다.
확장 프로그램 스크린샷
Green Gallery - Green Screen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" } } |