SpankSafe
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)
什么是SpankSafe?
SpankSafe是由dirtymouthclub开发的Chrome扩展程序,该扩展的主要功能是“This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;)”。
扩展截图
下载SpankSafe扩展crx文件
下载SpankSafe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will add the current page to your SpankSafe.com account. A...bookmark alternative
扩展基本信息
名称 | |
ID | fbcajhmpaaenfacgbaceoijngcpmneke |
官方URL | https://chromewebstore.google.com/detail/spanksafe/fbcajhmpaaenfacgbaceoijngcpmneke |
简介 | This extension will add the current page to your SpankSafe.com account. A...bookmark alternative ;) |
文件大小 | 32.84 KB |
安装次数 | 64 |
当前版本 | 0.1.1 |
更新时间 | 2016-11-06 |
上架时间 | 2016-11-05 |
评分 | 5.00/5 共2次评分 |
开发者 | dirtymouthclub |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |