Unlabelling

Abolish labels of ‘foreign agents’ media

Unlabelling क्या है?

Unlabelling OVD-Info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Abolish labels of ‘foreign agents’ media"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Unlabelling एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}