History Saver
History!
Wat is History Saver?
History Saver is een Chrome-extensie ontwikkeld door Ben Xu, en de belangrijkste functie is "History!".
Extensie Screenshots
Download het CRX-bestand van de extensie History Saver
Download History Saver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Play game and check the security of your browsing history.
Basisinformatie over de Extensie
Naam | |
ID | egmmpalpkmlamglljdhaiclcggaomepi |
Officiële URL | https://chrome.google.com/webstore/detail/history-saver/egmmpalpkmlamglljdhaiclcggaomepi |
Beschrijving | History! |
Bestandsgrootte | 1.19 MB |
Aantal Installaties | 76 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2014-04-12 |
Publicatiedatum | 2014-04-12 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Ben Xu |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |