Deface
Imagebreaking and anxiety reduction for the web.
Deface란 무엇입니까?
Deface은(는) Andy + Ji에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Imagebreaking and anxiety reduction for the web."입니다.
확장 프로그램 스크린샷
Deface 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Iconoclasm for the temple of celebrity and the cult of selfie. This page mod extension is an anxiety reduction machine that finds faces on pages and defaces them in your browser with a choice of filters. A small (but hopefully satisfying) intervention in the marketing spectacle called 'The Web'. Right click on the defaced image to share to social. Share and enjoy! .
확장 프로그램 기본 정보
이름 | Deface |
ID | kdlnkajjhnlfmffmcklnnfaofpjiglfn |
공식 URL | https://chromewebstore.google.com/detail/deface/kdlnkajjhnlfmffmcklnnfaofpjiglfn |
설명 | Imagebreaking and anxiety reduction for the web. |
파일 크기 | 249 KB |
설치 횟수 | 20 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2014-06-25 |
출시 날짜 | 2014-06-25 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Andy + Ji |
결제 유형 | free |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.3", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "Deface", "description": "__MSG_appDesc__", "default_locale": "en", "author": "Andy + Ji", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "main.js" ] } ], "background": { "scripts": [ "jquery-2.0.0.min.js", "deface.js", "background.js", "facebook.js" ] }, "permissions": [ "http:\/\/*\/", "contextMenus" ], "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net; object-src 'self'", "browser_action": { "default_icon": "icon-small.png", "default_popup": "popup.html" }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" } } |