Blitz Blocker
Disable access to selected websites.
Vad är Blitz Blocker?
Blitz Blocker är en Chrome-tillägg utvecklad av Marko Polo, och dess huvudfunktion är "Disable access to selected websites.".
Tilläggsskärmbilder
Ladda ner Blitz Blocker-förlängningens CRX-fil
Ladda ner Blitz Blocker-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
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!
Grundläggande Information om Tillägg
Namn | |
ID | dhmpfkilnijpenaiehmhepkpmbapamcg |
Officiell webbadress | https://chrome.google.com/webstore/detail/blitz-blocker/dhmpfkilnijpenaiehmhepkpmbapamcg |
Beskrivning | Disable access to selected websites. |
Filstorlek | 7.77 KB |
Antal Installationer | 15 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2014-02-13 |
Publiceringsdatum | 2014-02-13 |
Betyg | 4.86/5 Totalt 7 Betyg |
Utvecklare | Marko Polo |
Betalningssätt | free |
Stödda Språk | 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" ] } |