Discernment.crx
Extension by Dina Kelberman 2020 | Music by Negativland 2019 // Results vary
Discernment.crx란 무엇입니까?
Discernment.crx은(는) https://negativland.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension by Dina Kelberman 2020 | Music by Negativland 2019 // Results vary"입니다.
확장 프로그램 스크린샷
Discernment.crx 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Discernment.crx is a music video extension for the 2020 album The World Will Decide by Negativland by Dina Kelberman for the song Discernment by Negativland from their 2019 album True False. When executed, the extension manipulates content on the website in time with the music, discerning the information on the page and improving it where possible. Discernment will not work on every website. The world and its internet may remain terrible despite use of this extension.
확장 프로그램 기본 정보
이름 | Discernment.crx |
ID | iopbemenfocjcmppgaifceepkjcbmpni |
공식 URL | https://chromewebstore.google.com/detail/discernmentcrx/iopbemenfocjcmppgaifceepkjcbmpni |
설명 | Extension by Dina Kelberman 2020 | Music by Negativland 2019 // Results vary |
파일 크기 | 36.75 MB |
설치 횟수 | 273 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2021-02-26 |
출시 날짜 | 2020-08-14 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | https://negativland.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://negativland.com/discernment-crx |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discernment.crx", "version": "1.0.4", "description": "Extension by Dina Kelberman 2020 | Music by Negativland 2019 \/\/ Results vary", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "jquery-ui.min.js", "jquery.visible.min.js", "highlight.js", "discernment.js" ], "css": [ "discernment.css" ] } ], "permissions": [], "web_accessible_resources": [ "discernment.mp3", "icon.svg", "house.png", "mouse.png", "pointer.png", "none.png", "wiki\/wiki.ico", "wiki\/truefalse.html", "wiki\/truefalse.css", "wiki\/highlight.js", "wiki\/enwiki.png", "wiki\/download.svg", "wiki\/wikimedia-button.png", "wiki\/40px-Wiktionary-logo-en-v2.svg.png", "wiki\/poweredby_mediawiki_88x31.png", "wiki\/cog-sprite.svg", "wiki\/Disambig_gray.svg.png", "wiki\/compact-links-trigger.svg", "wiki\/user-avatar.svg", "wiki\/search.svg", "wiki\/bullet-icon.svg", "fonts\/coexist-webfont.ttf", "fonts\/coexist-webfont.woff", "fonts\/coexist-webfont.eot", "fonts\/Lot-Regular.otf", "fonts\/Lot-Regular.ttf", "truefalsescreen.png", "fonts\/logo-font.ttf", "fonts\/logo-font.ttf", "those\/*.jpg", "images\/*.jpg", "images\/*.png", "images\/*.gif" ], "browser_action": { "default_icon": "icons\/128.png" } } |