Discernment.crx
Extension by Dina Kelberman 2020 | Music by Negativland 2019 // Results vary
Co je Discernment.crx?
Discernment.crx je rozšíření Chrome vyvinuté https://negativland.com, a jeho hlavní funkcí je „Extension by Dina Kelberman 2020 | Music by Negativland 2019 // Results vary“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Discernment.crx
Stáhněte si soubory rozšíření Discernment.crx ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Discernment.crx |
ID | iopbemenfocjcmppgaifceepkjcbmpni |
Oficiální URL | https://chromewebstore.google.com/detail/discernmentcrx/iopbemenfocjcmppgaifceepkjcbmpni |
Popis | Extension by Dina Kelberman 2020 | Music by Negativland 2019 // Results vary |
Velikost souboru | 36.75 MB |
Počet instalací | 273 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2021-02-26 |
Datum Vydání | 2020-08-14 |
Hodnocení | 4.50/5 Celkem 8 Hodnocení |
Vývojář | https://negativland.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://negativland.com/discernment-crx |
Podporované Jazyky | 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" } } |