Bouncer

Bouncer is the simplest URL Blocker extention there is.

Wat is Bouncer?

Bouncer is een Chrome-extensie ontwikkeld door Greg GMCOLAB, en de belangrijkste functie is "Bouncer is the simplest URL Blocker extention there is.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bouncer

Download Bouncer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Bouncer is the simplest URL blocker extension there is. Simply add any URLs that you wish to block and Bouncer will make sure they will never bother you again. 
Brought to you by GMCOLAB.                    

Basisinformatie over de Extensie

Naam Bouncer Bouncer
ID cahacokejmfdfanaahkiehiakkfhmejl
Officiële URL https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl
Beschrijving Bouncer is the simplest URL Blocker extention there is.
Bestandsgrootte 59.32 KB
Aantal Installaties 22
Huidige Versie 1.0
Laatst Bijgewerkt 2020-12-20
Publicatiedatum 2020-12-14
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Greg GMCOLAB
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gmcolab.com/
Help Pagina-URL https://gmcolab.com/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Grigoris Chatzinikolaou",
    "name": "Bouncer",
    "version": "1.0",
    "description": "Bouncer is the simplest URL Blocker extention there is.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}