SpankSafe

This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)

Was ist SpankSafe?

SpankSafe ist eine Chrome-Erweiterung, die von dirtymouthclub entwickelt wurde, und ihr Hauptmerkmal ist "This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)".

Erweiterungsscreenshots

screenshot

SpankSafe-Erweiterungs-CRX-Datei herunterladen

Laden Sie SpankSafe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension will add the current page to your SpankSafe.com account. A...bookmark alternative                    

Grundlegende Informationen zur Erweiterung

Name SpankSafe SpankSafe
ID fbcajhmpaaenfacgbaceoijngcpmneke
Offizielle URL https://chromewebstore.google.com/detail/spanksafe/fbcajhmpaaenfacgbaceoijngcpmneke
Beschreibung This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)
Dateigröße 32.84 KB
Installationsanzahl 64
Aktuelle Version 0.1.1
Letztes Update 2016-11-06
Veröffentlichungsdatum 2016-11-05
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler dirtymouthclub
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}