PawBlock
Block websites to prevent procrastination and excessive web surfing.
Wat is PawBlock?
PawBlock is een Chrome-extensie ontwikkeld door https://dannyguo.com, en de belangrijkste functie is "Block websites to prevent procrastination and excessive web surfing.".
Extensie Screenshots
Download het CRX-bestand van de extensie PawBlock
Download PawBlock-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
Block distracting sites with PawBlock when you need to get something done first.
Configure a blacklist of websites, and when you try to visit one, PawBlock will stop you and encourage you to get back to what you were doing. Basisinformatie over de Extensie
| Naam | |
| ID | jngmmiaolbliepfphdnelgfcclpnkoja |
| Officiële URL | https://chromewebstore.google.com/detail/pawblock/jngmmiaolbliepfphdnelgfcclpnkoja |
| Beschrijving | Block websites to prevent procrastination and excessive web surfing. |
| Bestandsgrootte | 948 KB |
| Aantal Installaties | 1,201 |
| Huidige Versie | 0.5.1 |
| Laatst Bijgewerkt | 2022-12-26 |
| Publicatiedatum | 2018-05-28 |
| Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | https://dannyguo.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://pawblock.dannyguo.com |
| Help Pagina-URL | https://github.com/dguo/pawblock/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PawBlock",
"version": "0.5.1",
"description": "Block websites to prevent procrastination and excessive web surfing.",
"applications": {
"gecko": {
"id": "@pawblock"
}
},
"icons": {
"16": "images\/icon-16-on.png",
"32": "images\/icon-32-on.png",
"48": "images\/icon-48-on.png",
"128": "images\/icon-128-on.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon-16-on.png",
"32": "images\/icon-32-on.png",
"48": "images\/icon-48-on.png",
"128": "images\/icon-128-on.png"
},
"default_title": "PawBlock",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"browser_style": false,
"chrome_style": false,
"open_in_tab": true
},
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"downloads",
"storage",
"webNavigation"
],
"web_accessible_resources": [
"block.html"
]
} | |