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.)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Swiss pr0n Knife 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Swiss pr0n Knife Swiss pr0n Knife
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"
    ]
}