SpankSafe
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)
Hvad er SpankSafe?
SpankSafe er en Chrome-udvidelse udviklet af dirtymouthclub, og dens hovedfunktion er "This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)".
Udvidelsesskærmbilleder
Download SpankSafe-udvidelses-CRX-fil
Download SpankSafe-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fbcajhmpaaenfacgbaceoijngcpmneke |
Officiel URL | https://chromewebstore.google.com/detail/spanksafe/fbcajhmpaaenfacgbaceoijngcpmneke |
Beskrivelse | This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;) |
Filstørrelse | 32.84 KB |
Antal Installationer | 64 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2016-11-06 |
Udgivelsesdato | 2016-11-05 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | dirtymouthclub |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |