Blitz Blocker
Disable access to selected websites.
Wat is Blitz Blocker?
Blitz Blocker is een Chrome-extensie ontwikkeld door Marko Polo, en de belangrijkste functie is "Disable access to selected websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Blitz Blocker
Download Blitz Blocker-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
Blitz Blocker is an application meant to boost your productivity and overall mental health by disabling access to certain websites. Stay calm and have fun!
Basisinformatie over de Extensie
Naam | |
ID | dhmpfkilnijpenaiehmhepkpmbapamcg |
Officiële URL | https://chrome.google.com/webstore/detail/blitz-blocker/dhmpfkilnijpenaiehmhepkpmbapamcg |
Beschrijving | Disable access to selected websites. |
Bestandsgrootte | 7.77 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2014-02-13 |
Publicatiedatum | 2014-02-13 |
Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Marko Polo |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blitz Blocker", "version": "1.2", "description": "Disable access to selected websites.", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "browser_action": { "default_title": "Blitz Blocker", "default_icon": "icon_128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/www.blic.rs\/*", "http:\/\/zena.blic.rs\/*", "http:\/\/www.kurir-info.rs\/*", "http:\/\/stil.kurir-info.rs\/*" ], "js": [ "blitzblocker.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ], "web_accessible_resources": [ "icon_128.png" ] } |