Invisible Voice

This extension boycotts a website

Invisible Voiceคืออะไร?

Invisible Voice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Orange the Artist และคุณลักษณะหลักของมันคือ "This extension boycotts a website"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Invisible Voice

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        }
    ]
}