Swiss pr0n Knife

Helps you sort, display and browse content on different adult websites. (Release #5.)

Swiss pr0n Knifeคืออะไร?

Swiss pr0n Knife เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UnusualBits และคุณลักษณะหลักของมันคือ "Helps you sort, display and browse content on different adult websites. (Release #5.)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swiss pr0n Knife

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}