Duplicate bookmarks remover

Removes duplicate bookmarks. Minimum permissions!

Vad är Duplicate bookmarks remover?

Duplicate bookmarks remover är en Chrome-tillägg utvecklad av unigresspro, och dess huvudfunktion är "Removes duplicate bookmarks. Minimum permissions!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Duplicate bookmarks remover-förlängningens CRX-fil

Ladda ner Duplicate bookmarks 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

                        Bypasses all browser bookmarks, including mobile ones, and deletes with the same url.                    

Grundläggande Information om Tillägg

Namn Duplicate bookmarks remover Duplicate bookmarks remover
ID cgcojlemehdnomhjpjagopenjklgjagp
Officiell webbadress https://chromewebstore.google.com/detail/duplicate-bookmarks-remov/cgcojlemehdnomhjpjagopenjklgjagp
Beskrivning Removes duplicate bookmarks. Minimum permissions!
Filstorlek 453 KB
Antal Installationer 1,611
Aktuell Version 1.0
Senast Uppdaterad 2020-11-17
Publiceringsdatum 2020-11-16
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare unigresspro
E-post [email protected]
Betalningssätt free
Stödda Språk en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.0",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "16": "images\/icon\/delete_16.png",
        "32": "images\/icon\/delete_32.png",
        "48": "images\/icon\/delete_64.png",
        "128": "images\/icon\/delete_128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "Removes duplicate bookmarks",
        "default_popup": "popup.html",
        "default_icon": "images\/icon\/delete_32.png"
    },
    "manifest_version": 2,
    "commands": []
}