404 Bookmark Remover

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

Was ist 404 Bookmark Remover?

404 Bookmark Remover ist eine Chrome-Erweiterung, die von Vengel Studio entwickelt wurde, und ihr Hauptmerkmal ist "Get a list of your unavailable, old bookmarks and remove them with ease!".

Erweiterungsscreenshots

screenshot

404 Bookmark Remover-Erweiterungs-CRX-Datei herunterladen

Laden Sie 404 Bookmark Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name 404 Bookmark Remover 404 Bookmark Remover
ID kmfodfcddbcokegecplfbchfgfldnjpd
Offizielle URL https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd
Beschreibung Get a list of your unavailable, old bookmarks and remove them with ease!
Dateigröße 175 KB
Installationsanzahl 707
Aktuelle Version 2.0.1
Letztes Update 2018-10-06
Veröffentlichungsdatum 2018-10-06
Bewertung 2.50/5 Insgesamt 14 Bewertungen
Entwickler Vengel Studio
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}