Unlabelling

Abolish labels of ‘foreign agents’ media

Unlabelling란 무엇입니까?

Unlabelling은(는) OVD-Info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Abolish labels of ‘foreign agents’ media"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Unlabelling 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}