No registrarse para Clarín y La Nación

Democratizes the access to information, for free

No registrarse para Clarín y La Nación क्या है?

No registrarse para Clarín y La Nación Milton Läufer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Democratizes the access to information, for free"।

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

screenshot

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

crx प्रारूप में No registrarse para Clarín y La Nación एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Evita tener que registrarse para leer las noticias de Clarín y La Nación (clarin.com y lanacion.com).
NEW VERSION WITH FEWER PERMISSIONS.                    

एक्सटेंशन की मूल जानकारी

नाम No registrarse para Clarín y La Nación No registrarse para Clarín y La Nación
ID lnobidaiffhooajnpibbghklbohgmonh
आधिकारिक URL https://chromewebstore.google.com/detail/no-registrarse-para-clar%C3%AD/lnobidaiffhooajnpibbghklbohgmonh
विवरण Democratizes the access to information, for free
फ़ाइल का आकार 53.76 KB
स्थापना संख्या 594
वर्तमान संस्करण 5.3.5
अंतिम अपडेट 2021-10-15
प्रकाशन तिथि 2017-09-27
रेटिंग 4.00/5 कुल 7 रेटिंग्स
डेवलपर Milton Läufer
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No registrarse para Clar\u00edn y La Naci\u00f3n",
    "short_name": "NoRegistrarseClarin",
    "description": "Democratizes the access to information, for free",
    "version": "5.3.5",
    "manifest_version": 2,
    "author": "@miltonlaufer",
    "permissions": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.clarin.com\/*",
                "https:\/\/*.lanacion.com.ar\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}