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文件
下载Discernment.crx扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |