UnAccount for Politiken.dk

Removes the account-wall for Politiken.dk

Hvad er UnAccount for Politiken.dk?

UnAccount for Politiken.dk er en Chrome-udvidelse udviklet af Christian F., og dens hovedfunktion er "Removes the account-wall for Politiken.dk".

Udvidelsesskærmbilleder

screenshot

Download UnAccount for Politiken.dk-udvidelses-CRX-fil

Download UnAccount for Politiken.dk-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Removes the requiremnt for an account on Politiken.dk, and removes the five-articles-per-day limit.                    

Grundlæggende oplysninger om udvidelsen

Navn UnAccount for Politiken.dk UnAccount for Politiken.dk
ID majhhmobcdmocelbkegdkmpmbgionaba
Officiel URL https://chromewebstore.google.com/detail/unaccount-for-politikendk/majhhmobcdmocelbkegdkmpmbgionaba
Beskrivelse Removes the account-wall for Politiken.dk
Filstørrelse 59.26 KB
Antal Installationer 64
Nuværende Version 1.2.6
Senest Opdateret 2015-03-24
Udgivelsesdato 2015-03-24
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Christian F.
Betalingsmetode free
Understøttede Sprog da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UnAccount for Politiken.dk",
    "version": "1.2.6",
    "description": "Removes the account-wall for Politiken.dk",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "48": "images\/icon38.png"
        },
        "default_title": "UnAccount for Politiken.dk"
    },
    "permissions": [
        "declarativeContent",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "http:\/\/politiken.dk\/*",
                "https:\/\/politiken.dk\/*"
            ],
            "css": [
                "enhance.css"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "enhance.js"
            ]
        }
    ]
}