404 Bookmark Remover
Get a list of your unavailable, old bookmarks and remove them with ease!
Cos'è 404 Bookmark Remover?
404 Bookmark Remover è un'estensione di Chrome sviluppata da Vengel Studio, e la sua funzione principale è "Get a list of your unavailable, old bookmarks and remove them with ease!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 404 Bookmark Remover
Scarica i file di estensione 404 Bookmark Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
❓ 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.
Informazioni di Base sull'Estensione
Nome | |
ID | kmfodfcddbcokegecplfbchfgfldnjpd |
URL Ufficiale | https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd |
Descrizione | Get a list of your unavailable, old bookmarks and remove them with ease! |
Dimensione del File | 175 KB |
Conteggio Installazioni | 707 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2018-10-06 |
Data di Pubblicazione | 2018-10-06 |
Valutazione | 2.50/5 Totale 14 Valutazioni |
Sviluppatore | Vengel Studio |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |