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 b0r3d0mness द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 2ch-caster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
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\/" ] } |