2ch-caster
2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
Τι είναι το 2ch-caster;
Το 2ch-caster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον b0r3d0mness, και η κύρια λειτουργία του είναι "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 2ch-caster
Λήψη αρχείων επέκτασης 2ch-caster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ademcdacngafppceeajjbhagmmaphgdi |
Επίσημο URL | https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi |
Περιγραφή | 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous! |
Μέγεθος Αρχείου | 18.75 KB |
Αριθμός Εγκαταστάσεων | 24 |
Τρέχουσα Έκδοση | 1.3.0 |
Τελευταία Ενημέρωση | 2016-01-19 |
Ημερομηνία Δημοσίευσης | 2016-01-19 |
Αξιολόγηση | 4.83/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | b0r3d0mness |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2ch-caster", "version": "1.3.0", "description": "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications.\nMiss no thread, anonymous!", "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png" }, "browser_action": { "default_icon": "icon-64.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "notifications", "storage", "tts", "http:\/\/2ch.hk\/" ] } |