404 Bookmark Remover
Get a list of your unavailable, old bookmarks and remove them with ease!
Qu'est-ce que 404 Bookmark Remover ?
404 Bookmark Remover est une extension Chrome développée par Vengel Studio, et sa fonction principale est "Get a list of your unavailable, old bookmarks and remove them with ease!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 404 Bookmark Remover
Téléchargez les fichiers d'extension 404 Bookmark Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
❓ 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.
Informations de Base sur l'Extension
Nom | |
ID | kmfodfcddbcokegecplfbchfgfldnjpd |
URL Officiel | https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd |
Description | Get a list of your unavailable, old bookmarks and remove them with ease! |
Taille du Fichier | 175 KB |
Nombre d'Installations | 707 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2018-10-06 |
Date de Publication | 2018-10-06 |
Évaluation | 2.50/5 Total 14 Évaluations |
Développeur | Vengel Studio |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |