History Saver
History!
Qu'est-ce que History Saver ?
History Saver est une extension Chrome développée par Ben Xu, et sa fonction principale est "History!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension History Saver
Téléchargez les fichiers d'extension History Saver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Play game and check the security of your browsing history.
Informations de Base sur l'Extension
Nom | |
ID | egmmpalpkmlamglljdhaiclcggaomepi |
URL Officiel | https://chrome.google.com/webstore/detail/history-saver/egmmpalpkmlamglljdhaiclcggaomepi |
Description | History! |
Taille du Fichier | 1.19 MB |
Nombre d'Installations | 76 |
Version Actuelle | 1.0.0.1 |
Dernière Mise à Jour | 2014-04-12 |
Date de Publication | 2014-04-12 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Ben Xu |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |