NoPush

NoPush blocks pushes from all sites

Vad är NoPush?

NoPush är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "NoPush blocks pushes from all sites".

Tilläggsskärmbilder

screenshot

Ladda ner NoPush-förlängningens CRX-fil

Ladda ner NoPush-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Are you tired of constantly pop-up push notifications? Your favorite sites turned into a nightmare? Constant requests from sites to the show pushes irritate and interfere with life? 

There is a way!

With NoPush now you can blocks pushes from all sites.

Install and enjoy!                    

Grundläggande Information om Tillägg

Namn NoPush NoPush
ID lhpckbimofmmlihkgccfhejhjdklcemp
Officiell webbadress https://chromewebstore.google.com/detail/nopush/lhpckbimofmmlihkgccfhejhjdklcemp
Beskrivning NoPush blocks pushes from all sites
Filstorlek 21.95 KB
Antal Installationer 2,823
Aktuell Version 0.35
Senast Uppdaterad 2019-06-28
Publiceringsdatum 2019-06-26
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoPush",
    "description": "NoPush blocks pushes from all sites",
    "version": "0.35",
    "icons": {
        "256": "\/icons\/256.png",
        "128": "\/icons\/128.png",
        "64": "\/icons\/64.png",
        "32": "\/icons\/32.png"
    },
    "browser_action": {
        "default_icon": {
            "256": "\/icons\/256.png",
            "128": "\/icons\/128.png",
            "64": "\/icons\/64.png",
            "32": "\/icons\/32.png"
        }
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self';"
}