404 Bookmark Remover

Get a list of your unavailable, old bookmarks and remove them with ease!

Co to jest 404 Bookmark Remover?

404 Bookmark Remover to rozszerzenie Chrome opracowane przez Vengel Studio, a jego główną funkcją jest „Get a list of your unavailable, old bookmarks and remove them with ease!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia 404 Bookmark Remover

Pobierz pliki rozszerzeń 404 Bookmark Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ❓ 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa 404 Bookmark Remover 404 Bookmark Remover
ID kmfodfcddbcokegecplfbchfgfldnjpd
Oficjalny URL https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd
Opis Get a list of your unavailable, old bookmarks and remove them with ease!
Rozmiar pliku 175 KB
Liczba instalacji 707
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2018-10-06
Data Publikacji 2018-10-06
Ocena 2.50/5 Łącznie 14 Oceny
Deweloper Vengel Studio
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}