Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devlopersabbir/website-blocker
Website blocker
https://github.com/devlopersabbir/website-blocker
extension website-blocker website-blocker-extension
Last synced: 4 days ago
JSON representation
Website blocker
- Host: GitHub
- URL: https://github.com/devlopersabbir/website-blocker
- Owner: devlopersabbir
- Created: 2023-06-21T22:46:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T18:17:39.000Z (11 months ago)
- Last Synced: 2024-02-02T19:30:40.032Z (11 months ago)
- Topics: extension, website-blocker, website-blocker-extension
- Language: TypeScript
- Homepage:
- Size: 592 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website Blocker Google Chrome extension
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#
## IMPORTANT NOTE
Before run `build` command make sure you change few line of code from
`manifest.json`1. Open `manifest.json` file
2. Update `action`
```json
{
"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 our `index.html` which in our root.
3. Once build complate then open dist folder from root directory
4. Open `manifest..json` file
5. Now removed `"default_popup": "index.html"` this line from `action````json
{
"action": {
"default_title": "Website Blocker",
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png"
}
}
}
```6. Finished. Now you can make `zip` to use...
## [Download Extension for Chrome](./extension-chrome/dist.zip)