Subnito

Automatically opens NSFW subreddits in incognito mode

Subnitoคืออะไร?

Subnito เป็นส่วนขยายของ Chrome ที่พัฒนาโดย georgepowell10 และคุณลักษณะหลักของมันคือ "Automatically opens NSFW subreddits in incognito mode"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Subnito ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever been innocently browsing reddit and absentmindedly browsed your way into a NSFW subreddit? Wish the images and posts wouldn't show up in your history?

No longer! Subnito uses the reddit API to automatically detect if the subreddit you've just clicked on is SFW, and opens the link in incognito if not! Subnito also removes the url completely from your history.

Subreddit's use of the reddit API means it will always work for all subreddits, regardless of when it was created or how popular it is. So long as the sub has been properly tagged as 18+.

Note: Some subreddits consider themselves safe for <18's but not SFW (e.g. /r/sex for sex education and conversation). As far as I know there's no way to detect this automatically so these won't be opened in incognito.                    

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

ชื่อ Subnito Subnito
ID cdbdngojiagnofammchefeeaacdifikn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/subnito/cdbdngojiagnofammchefeeaacdifikn
คำอธิบาย Automatically opens NSFW subreddits in incognito mode
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-03-07
วันที่เผยแพร่ 2014-03-07
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา georgepowell10
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subnito",
    "version": "0.1",
    "description": "Automatically opens NSFW subreddits in incognito mode",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "history",
        "webNavigation"
    ],
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}