History Burner
Historical revisionism at its finest.
History Burner क्या है?
History Burner Jeffrey Chang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Historical revisionism at its finest."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में History Burner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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\/" ] } |