Swiss pr0n Knife
Helps you sort, display and browse content on different adult websites. (Release #5.)
什么是Swiss pr0n Knife?
Swiss pr0n Knife是由UnusualBits开发的Chrome扩展程序,该扩展的主要功能是“Helps you sort, display and browse content on different adult websites. (Release #5.)”。
扩展截图
下载Swiss pr0n Knife扩展crx文件
下载Swiss pr0n Knife扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool is for: - Helping you sort the videos in user playlists on pornhub and pornhub premium. - Resizing garlly images ON PAGE to the browser window size for gelbooru and rule34 xxx. - Kinda works on g.e-hentai, but not when using their arrow navigation. UPDATES January 2020: - Now attempts to load full playlists before sorting on pornhub. - Sorting by views works again. Icon (c) Freepik - www.freepik.com, under Basic flaticon.com License.
扩展基本信息
名称 | |
ID | kkgepjmagpiaimkbfekiijbjjbenjhnd |
官方URL | https://chrome.google.com/webstore/detail/swiss-pr0n-knife/kkgepjmagpiaimkbfekiijbjjbenjhnd |
简介 | Helps you sort, display and browse content on different adult websites. (Release #5.) |
文件大小 | 62.58 KB |
安装次数 | 689 |
当前版本 | 0.5.0 |
更新时间 | 2020-05-17 |
上架时间 | 2020-05-17 |
评分 | 4.00/5 共3次评分 |
开发者 | UnusualBits |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swiss pr0n Knife", "version": "0.5.0", "version_name": "0.5.0", "author": "UnusualBits", "description": "Helps you sort, display and browse content on different adult websites. (Release #5.)", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "page_action": { "default_popup": "gui.html", "js": "gui.js", "css": "generic.css" }, "content_scripts": [ { "matches": [ "*:\/\/*.pornhub.com\/playlist\/*", "*:\/\/*.pornhubpremium.com\/playlist\/*", "*:\/\/gelbooru.com\/index.php?page=post*", "*:\/\/e-hentai.org\/s\/*", "*:\/\/rule34.xxx\/*" ], "js": [ "jquery-3.1.1.min.js", "content-scripts\/pornhub.js", "content-scripts\/gelbooru.js", "content-scripts\/rule34.js", "content-scripts\/gehentai.js", "main.js" ] } ], "permissions": [ "activeTab", "declarativeContent" ] } |