Extension Version: 0.0.3
- Only check domain
- Removed whole url checking
- Improve Performance
Extension Version: 0.0.4
- Fixed URL checking options
- Changes Options page UI
- Updated Blocking page UI
Before run build
command make sure you change few line of code from
manifest.json
- Open
manifest.json
file - Update
action
{ "action": { "default_title": "Website Blocker", "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_popup": "index.html" } }
- Remember you added
default_popup
as ourindex.html
which in our root.
- Remember you added
- Once build complate then open dist folder from root directory
- Open
manifest..json
file - Now removed
"default_popup": "index.html"
this line fromaction
{
"action": {
"default_title": "Website Blocker",
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png"
}
}
}
- Finished. Now you can make
zip
to use...