Discernment.crx

Extension by Dina Kelberman 2020 | Music by Negativland 2019 // Results vary

Discernment.crx क्या है?

Discernment.crx https://negativland.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension by Dina Kelberman 2020 | Music by Negativland 2019 // Results vary"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Discernment.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 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"
    }
}