History Saver
History!
Cos'è History Saver?
History Saver è un'estensione di Chrome sviluppata da Ben Xu, e la sua funzione principale è "History!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione History Saver
Scarica i file di estensione History Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Play game and check the security of your browsing history.
Informazioni di Base sull'Estensione
Nome | |
ID | egmmpalpkmlamglljdhaiclcggaomepi |
URL Ufficiale | https://chrome.google.com/webstore/detail/history-saver/egmmpalpkmlamglljdhaiclcggaomepi |
Descrizione | History! |
Dimensione del File | 1.19 MB |
Conteggio Installazioni | 76 |
Versione Corrente | 1.0.0.1 |
Ultimo Aggiornamento | 2014-04-12 |
Data di Pubblicazione | 2014-04-12 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Ben Xu |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |