SpankSafe
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)
O que é SpankSafe?
SpankSafe é uma extensão do Chrome desenvolvida por dirtymouthclub, e sua principal característica é "This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SpankSafe
Baixe arquivos de extensão SpankSafe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative
Informações Básicas da Extensão
Nome | |
ID | fbcajhmpaaenfacgbaceoijngcpmneke |
URL Oficial | https://chromewebstore.google.com/detail/spanksafe/fbcajhmpaaenfacgbaceoijngcpmneke |
Descrição | This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;) |
Tamanho do Arquivo | 32.84 KB |
Contagem de Instalações | 64 |
Versão Atual | 0.1.1 |
Última Atualização | 2016-11-06 |
Data de Publicação | 2016-11-05 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | dirtymouthclub |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpankSafe", "description": "This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)", "version": "0.1.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "cookies", "*:\/\/*.spanksafe.com\/", "http:\/\/spanksafe.com\/", "http:\/\/www.spanksafe.com\/" ], "incognito": "split" } |