SpankSafe
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)
What is SpankSafe?
SpankSafe is a Chrome extension developed by dirtymouthclub, and its main feature is "This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)".
Extension Screenshots
Download SpankSafe Extension CRX File
Download SpankSafe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative
Extension Basic Information
Name | |
ID | fbcajhmpaaenfacgbaceoijngcpmneke |
Official URL | https://chromewebstore.google.com/detail/spanksafe/fbcajhmpaaenfacgbaceoijngcpmneke |
Description | This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;) |
File Size | 32.84 KB |
Installation Count | 64 |
Current Version | 0.1.1 |
Last Updated | 2016-11-06 |
Publish Date | 2016-11-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | dirtymouthclub |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |