Unlabelling

Abolish labels of ‘foreign agents’ media

Unlabellingคืออะไร?

Unlabelling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OVD-Info และคุณลักษณะหลักของมันคือ "Abolish labels of ‘foreign agents’ media"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Unlabelling ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        More than 260 thousand people demand the repeal of the laws on ‘foreign agents’. OVD-Info handed over their signatures and a bill on the abolition of ‘ foreign agency’ legislation, which we wrote ourselves, to the State Duma. We also counted all the ‘foreign agents’ and analysed the discriminatory aspects of these laws. In fact, we have done all the work for the deputies. 

Now we determine the reality ourselves, starting with the abolition of labelling on the ‘foreign agents’ media websites. Instead, here are some advertisements of organisations that have signed our petition.

Report on discriminatory aspects of ‘foreign agency’ legislation: https://ovdinfo.org/reports/created-and-or-distributed
Petition against ‘foreign agents’ legislation (in Russian): https://www.change.org/agents_of_people
Inoteka: https://ovdinfo.org/inoteka
Draft law and an explanatory note (in Russian): https://ovdinfo.org/reports/poyasnitelnaya-zapiska-i-zakonoproekt

Author of the idea: "Voskhod" Advertising Agency https://voskhod.agency/

This addon is open source, see https://gitlab.com/ovd-info/inoplugin/unlabelling                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unlabelling Unlabelling
ID eldfkpmlpefcdeafbenjhelmdiggejhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unlabelling/eldfkpmlpefcdeafbenjhelmdiggejhg
คำอธิบาย Abolish labels of ‘foreign agents’ media
ขนาดไฟล์ 268 KB
จำนวนการติดตั้ง 2,467
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-01-22
วันที่เผยแพร่ 2022-01-01
คะแนน 4.87/5 รวมทั้งหมด 61 คะแนน
ผู้พัฒนา OVD-Info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.change.org/agents_of_people
URL หน้าช่วยเหลือ https://ovdinfo.org/
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "active_16.png",
        "32": "active_32.png",
        "48": "active_48.png",
        "128": "active_128.png"
    }
}