404 Bookmark Remover
Get a list of your unavailable, old bookmarks and remove them with ease!
Wat is 404 Bookmark Remover?
404 Bookmark Remover is een Chrome-extensie ontwikkeld door Vengel Studio, en de belangrijkste functie is "Get a list of your unavailable, old bookmarks and remove them with ease!".
Extensie Screenshots
Download het CRX-bestand van de extensie 404 Bookmark Remover
Download 404 Bookmark Remover-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
❓ Ever wanted to remove all your outdated bookmarks, but you were too lazy to do it by yourself? Our extension will: ✔ check if your bookmarks are available ✔ show you a list of them, allowing you to remove them ✔ display a fancy chart! No changes are made without your approval.
Basisinformatie over de Extensie
Naam | |
ID | kmfodfcddbcokegecplfbchfgfldnjpd |
Officiële URL | https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd |
Beschrijving | Get a list of your unavailable, old bookmarks and remove them with ease! |
Bestandsgrootte | 175 KB |
Aantal Installaties | 707 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2018-10-06 |
Publicatiedatum | 2018-10-06 |
Beoordeling | 2.50/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Vengel Studio |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "404 Bookmark Remover", "description": "Get a list of your unavailable, old bookmarks and remove them with ease!", "version": "2.0.1", "permissions": [ "storage", "bookmarks", "tabs", "activeTab", "https:\/\/*\/", "http:\/\/*\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/icon128.png" ] } |