404 Bookmark Remover
Get a list of your unavailable, old bookmarks and remove them with ease!
Vad är 404 Bookmark Remover?
404 Bookmark Remover är en Chrome-tillägg utvecklad av Vengel Studio, och dess huvudfunktion är "Get a list of your unavailable, old bookmarks and remove them with ease!".
Tilläggsskärmbilder
Ladda ner 404 Bookmark Remover-förlängningens CRX-fil
Ladda ner 404 Bookmark Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
❓ 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.
Grundläggande Information om Tillägg
Namn | |
ID | kmfodfcddbcokegecplfbchfgfldnjpd |
Officiell webbadress | https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd |
Beskrivning | Get a list of your unavailable, old bookmarks and remove them with ease! |
Filstorlek | 175 KB |
Antal Installationer | 707 |
Aktuell Version | 2.0.1 |
Senast Uppdaterad | 2018-10-06 |
Publiceringsdatum | 2018-10-06 |
Betyg | 2.50/5 Totalt 14 Betyg |
Utvecklare | Vengel Studio |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |