History Saver
History!
What is History Saver?
History Saver is a Chrome extension developed by Ben Xu, and its main feature is "History!".
Extension Screenshots
Download History Saver Extension CRX File
Download History Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Play game and check the security of your browsing history.
Extension Basic Information
Name | |
ID | egmmpalpkmlamglljdhaiclcggaomepi |
Official URL | https://chrome.google.com/webstore/detail/history-saver/egmmpalpkmlamglljdhaiclcggaomepi |
Description | History! |
File Size | 1.19 MB |
Installation Count | 76 |
Current Version | 1.0.0.1 |
Last Updated | 2014-04-12 |
Publish Date | 2014-04-12 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Ben Xu |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Saver", "description": "History!", "version": "1.0.0.1", "icons": { "128": "images\/logo.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs", "history", "https:\/\/raw.githubusercontent.com\/*", "http:\/\/www.avgthreatlabs.com\/website-safety-reports\/domain\/*", "https:\/\/safeweb.norton.com\/report\/show\/*", "http:\/\/api.mywot.com\/0.4\/public_link_json2*", "https:\/\/sb-ssl.google.com\/safebrowsing\/api\/lookup*", "http:\/\/api.webthumbnail.org\/*", "http:\/\/sitecheck3.sucuri.net\/*" ], "browser_action": { "default_icon": "images\/logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |