Subnito
Automatically opens NSFW subreddits in incognito mode
Τι είναι το Subnito;
Το Subnito είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον georgepowell10, και η κύρια λειτουργία του είναι "Automatically opens NSFW subreddits in incognito mode".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } |