AdLiPo
The most literary Chrome extension, with more than several users! Replaces ads with generative language art...
AdLiPo란 무엇입니까?
AdLiPo은(는) http://rednoise.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most literary Chrome extension, with more than several users! Replaces ads with generative language art..."입니다.
확장 프로그램 스크린샷
AdLiPo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AdLiPo is an artware browser extension that replaces advertisements with generated language art. Built atop the popular AdBlock extension, AdLiPo not only blocks ads, but replaces them with short poems generated in real-time via the RiTa library. While AdLiPo attempts to block all ads, to avoid distracting users, it only replaces a small subset of these...
확장 프로그램 기본 정보
이름 | |
ID | pebnfdfoickfleegcnjefombjnnncpon |
공식 URL | https://chrome.google.com/webstore/detail/adlipo/pebnfdfoickfleegcnjefombjnnncpon |
설명 | The most literary Chrome extension, with more than several users! Replaces ads with generative language art... |
파일 크기 | 799 KB |
설치 횟수 | 74 |
현재 버전 | 0.48 |
최근 업데이트 | 2015-04-10 |
출시 날짜 | 2015-04-10 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | http://rednoise.org |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://rednoise.org/adlipo |
도움말 페이지 URL | http://rednoise.org/adlipo |
지원되는 언어 | id,de,en,fr,nl,tr,da,es,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,te,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdLiPo", "short_name": "AdLiPo", "version": "0.48", "background": { "scripts": [ "jquery\/jquery.min.js", "port.js", "functions.js", "stats.js", "filtering\/domainset.js", "filtering\/filteroptions.js", "filtering\/fifocache.js", "filtering\/filtertypes.js", "filtering\/filterset.js", "filtering\/myfilters.js", "filtering\/filternormalizer.js", "idlehandler.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "button\/popup.html", "default_title": "__MSG_adblock_click_for_details__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "port.js", "functions.js", "filtering\/filteroptions.js", "jquery\/jquery.min.js", "adlipo\/fonts\/BenchNineAll.js", "adlipo\/rita-1.0.67.microp5.js", "adlipo\/adreplacer.js", "adlipo\/text.js", "adlipo\/poem-gen.js", "adblock_start_common.js", "adblock_start_chrome.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "*:\/\/*.mail.live.com\/*", "*:\/\/*.mastertoons.com\/*" ], "js": [ "bandaids.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "uiscripts\/blacklisting\/rightclick_hook.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *", "default_locale": "en", "description": "__MSG_description2__", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "incognito": "spanning", "manifest_version": 2, "minimum_chrome_version": "23", "options_page": "options\/index.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "tabs", "idle", "webRequest", "webRequestBlocking", "webNavigation" ], "web_accessible_resources": [ "img\/icon24.png", "jquery\/css\/images\/ui-bg_inset-hard_100_fcfdfd_1x100.png", "jquery\/css\/images\/ui-icons_056b93_2.6.440.png", "jquery\/css\/images\/ui-icons_d8e7f3_2.6.440.png", "jquery\/css\/jquery-ui.custom.css", "jquery\/css\/override-page.css", "adlipo\/fonts\/*.ttf" ] } |