Anonymous Stories for Facebook

View Facebook stories absolutely anonymously

Τι είναι το Anonymous Stories for Facebook;

Το Anonymous Stories for Facebook είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον App creator, και η κύρια λειτουργία του είναι "View Facebook stories absolutely anonymously".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Anonymous Stories for Facebook

Λήψη αρχείων επέκτασης Anonymous Stories for Facebook σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        View Facebook Stories and stay anonymous and private.
Anonymous Stories for Facebook keeps you private and safe at any time. 

Use my extension to view Stories in Stealth Mode. This is a very simple and reliable extension. Install it and it will work automatically at all times enabling you to stay in the shade.

- Absolutely anonymous viewing Stories of any user you subscribed and any public account
- Quick and easy switching between users within the Viewer
- Preview of Stories of neighbouring users from your feed
- Marking Stories as Seen to track those you have already seen
- Stories feed stays in the same order as in Facebook, keeping native recommendations feature working
- Fast switching between stealth and normal mode without reloading page

User guide:
Click on pop-up icon when you are on Facebook page and a selector will come on. Switch it ON to see Stories anonymously. OFF when you don't need to stay private.
Color of the Story changes depending on your current mode.

Note:
Please reload your page to activate Anonymous Stories for Facebook after installation.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Anonymous Stories for Facebook Anonymous Stories for Facebook
ID nfimgoaflmkihgkfoplaekifpeicacdn
Επίσημο URL https://chromewebstore.google.com/detail/anonymous-stories-for-fac/nfimgoaflmkihgkfoplaekifpeicacdn
Περιγραφή View Facebook stories absolutely anonymously
Μέγεθος Αρχείου 112 KB
Αριθμός Εγκαταστάσεων 2,192
Τρέχουσα Έκδοση 1.4.4
Τελευταία Ενημέρωση 2023-11-22
Ημερομηνία Δημοσίευσης 2022-07-25
Αξιολόγηση 3.76/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής App creator
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/anonymous-stories-for-facebook
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4.4",
    "background": {
        "service_worker": "\/js\/bg.js"
    },
    "permissions": [
        "webRequest",
        "storage",
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/photoswipe\/photoswipe.esm.js",
                "\/photoswipe\/photoswipe-lightbox.esm.js",
                "\/js\/app.js"
            ],
            "css": [
                "\/css\/style.css",
                "\/photoswipe\/photoswipe.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "\/icons\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/eye.svg",
                "\/icons\/icon_128.png"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "\/html\/popup.html"
    }
}