404 Bookmark Remover

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

ما هو 404 Bookmark Remover؟

404 Bookmark Remover هو إضافة Chrome تم تطويرها بواسطة Vengel Studio، والميزة الرئيسية لها هي "Get a list of your unavailable, old bookmarks and remove them with ease!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 404 Bookmark Remover

قم بتنزيل ملفات الامتداد 404 Bookmark Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم 404 Bookmark Remover 404 Bookmark Remover
ID kmfodfcddbcokegecplfbchfgfldnjpd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd
الوصف Get a list of your unavailable, old bookmarks and remove them with ease!
حجم الملف 175 KB
عدد التثبيتات 707
النسخة الحالية 2.0.1
آخر تحديث 2018-10-06
تاريخ النشر 2018-10-06
تقييم 2.50/5 مجموع تقييمات 14
المطور Vengel Studio
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}