AZ/AN Decrypt

Decrypt paid articles on Aachener Nachrichten / Aachener Zeitung

What is AZ/AN Decrypt?

AZ/AN Decrypt is a Chrome extension developed by Unknown, and its main feature is "Decrypt paid articles on Aachener Nachrichten / Aachener Zeitung".

Extension Screenshots

screenshot

Download AZ/AN Decrypt Extension CRX File

Download AZ/AN Decrypt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Entschlüsseln von Bezahlartikeln der Aachener Nachrichten / Aachener Zeitung

www.aachener-nachrichten.de
www.aachener-zeitung.de                    

Extension Basic Information

Name AZ/AN Decrypt AZ/AN Decrypt
ID lmffohencfjcmgodmepkjajnfgbokcli
Official URL https://chromewebstore.google.com/detail/azan-decrypt/lmffohencfjcmgodmepkjajnfgbokcli
Description Decrypt paid articles on Aachener Nachrichten / Aachener Zeitung
File Size 6.39 KB
Installation Count 57
Current Version 0.8
Last Updated 2019-09-30
Publish Date 2019-09-30
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/ol3k/azweb_decrypt
Help Page URL https://github.com/ol3k/azweb_decrypt
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "AZ\/AN Decrypt"
    },
    "name": "AZ\/AN Decrypt",
    "description": "Decrypt paid articles on Aachener Nachrichten \/ Aachener Zeitung",
    "homepage_url": "https:\/\/www.carstencrampen.de\/2017\/05\/04\/paywall-aachener-nachrichten-de-leaks-information-to-decrypt-all-articles\/",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/www.aachener-zeitung.de\/*",
        "http:\/\/www.aachener-nachrichten.de\/*",
        "https:\/\/www.aachener-zeitung.de\/*",
        "https:\/\/www.aachener-nachrichten.de\/*",
        "https:\/\/rp-online.de\/*",
        "http:\/\/rp-online.de\/*"
    ],
    "version": "0.8",
    "manifest_version": 2
}