History Burner

Historical revisionism at its finest.

ما هو History Burner؟

History Burner هو إضافة Chrome تم تطويرها بواسطة Jeffrey Chang، والميزة الرئيسية لها هي "Historical revisionism at its finest.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة History Burner

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

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

                        Feel free to use this easy, one-click solution to hide all the shady business you just finished doing.

This tool will clear your history and allow you to fill it with anything you desire. (For the lazier of us, it comes preset with an assortment of inconspicuous websites) It can also close your current tabs or entire window - just specify it in the options.

Don't want to clear your entire history? Easy, just select one of the choices on the options page!

Developed by: Jeffrey Chang and Roy Falik                    

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

الاسم History Burner History Burner
ID mfmeheeibfpnkkobpeiclmihpipnnnlp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/history-burner/mfmeheeibfpnkkobpeiclmihpipnnnlp
الوصف Historical revisionism at its finest.
حجم الملف 57.61 KB
عدد التثبيتات 41
النسخة الحالية 1.0.2
آخر تحديث 2015-10-04
تاريخ النشر 2015-10-04
تقييم 5.00/5 مجموع تقييمات 3
المطور Jeffrey Chang
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Burner",
    "description": "Historical revisionism at its finest.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "browsingData",
        "history",
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}