404 Bookmark Remover
Get a list of your unavailable, old bookmarks and remove them with ease!
Apa itu 404 Bookmark Remover?
404 Bookmark Remover adalah ekstensi Chrome yang dikembangkan oleh Vengel Studio, dan fitur utamanya adalah "Get a list of your unavailable, old bookmarks and remove them with ease!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 404 Bookmark Remover
Unduh file ekstensi 404 Bookmark Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
❓ 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.
Informasi Dasar Ekstensi
Nama | |
ID | kmfodfcddbcokegecplfbchfgfldnjpd |
URL Resmi | https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd |
Deskripsi | Get a list of your unavailable, old bookmarks and remove them with ease! |
Ukuran File | 175 KB |
Jumlah Instalasi | 707 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2018-10-06 |
Tanggal Publikasi | 2018-10-06 |
Penilaian | 2.50/5 Total 14 Penilaian |
Pengembang | Vengel Studio |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |