Invisible Voice

This extension boycotts a website

什麼是Invisible Voice?

Invisible Voice是由Orange the Artist開發的Chrome擴展程式,該擴展的主要功能是“This extension boycotts a website”。

下載Invisible Voice擴展crx文件

下載Invisible Voice擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Our click is our vote.

Invisible Voice is a plugin for Chrome and Firefox. Every Sunday one website will be blocked from users browsers for one week. Each week, a different person or institution will decide and justify their choice.

When you visit a website, the owner of that website is paid by advertisers in return for the placement of an advert on the page you are viewing (targeted online advertising). The outlet’s revenue in advertising is directly proportional to the amount of page clicks it gets; by not visiting a site, that site loses your revenue. If we are to collectively boycott journalists, articles, or websites, through loss of engagement that organisation will lose money.

To be clear, Invisible Voice is about protest and boycott - not censorship - much like Liverpool’s boycott of The Sun newspaper, but online.

Invisible Voice by Mark Farid was commissioned by Goldsmiths, University of London.                    

擴展基本資訊

名稱 Invisible Voice Invisible Voice
ID dpmkdjecnkfnajliplhalncpjijdabnb
官方網址 https://chrome.google.com/webstore/detail/invisible-voice/dpmkdjecnkfnajliplhalncpjijdabnb
簡介 This extension boycotts a website
檔案大小 18.85 KB
安裝次數 14
目前版本 9.26.1
更新時間 2018-02-26
上架時間 2018-02-26
開發者 Orange the Artist
電子郵箱 [email protected]
付費類型 free
擴展官網 https://invisible-voice.com
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "9.26.1",
    "name": "Invisible Voice",
    "description": "This extension boycotts a website",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "https:\/\/invisible-voice.com\/*",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "48": "icon48.png",
        "96": "icon96.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "InvisibleVoice.js"
            ],
            "run_at": "document_start"
        }
    ]
}