OPTC Player Helper
Simple chrome extension to make OPTC players' life a little bit easier.
OPTC Player Helper क्या है?
OPTC Player Helper ygordanniel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple chrome extension to make OPTC players' life a little bit easier."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OPTC Player Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple chrome extension to make OPTC players' life a little bit easier. This extention is an independent work and IT'S NOT associated with the OPTC Team. Any problems, doubts, ideas or sugestions show be said direct to me via email or reddit. Reddit thread: https://www.reddit.com/r/OnePieceTC/comments/4l6oxz/optc_db_chrome_extension/ Reddit profile: https://www.reddit.com/user/ygaum UPDATE LOG -v0.1.1 -now focusing on input text -v0.1.2 -permissions changed, now is restricted to https://optc-db.github.io/* -v0.2 -implemented Turtle Time API -v0.2.1 -now showing timezone -v0.2.2 -now users can select time format. (12 ou 24 hours) -setting user's cookies to remember turtle time options
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bonlajhafobfegenljlmpnmkodpgfpmc |
आधिकारिक URL | https://chromewebstore.google.com/detail/optc-player-helper/bonlajhafobfegenljlmpnmkodpgfpmc |
विवरण | Simple chrome extension to make OPTC players' life a little bit easier. |
फ़ाइल का आकार | 333 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 0.2.3.1 |
अंतिम अपडेट | 2016-06-03 |
प्रकाशन तिथि | 2016-06-03 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | ygordanniel |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OPTC Player Helper", "description": "Simple chrome extension to make OPTC players' life a little bit easier.", "version": "0.2.3.1", "browser_action": { "default_icon": "icon-64x64.png", "default_popup": "popup.html", "default_title": "OPTC Player Helper." }, "content_scripts": [ { "matches": [ "https:\/\/optc-db.github.io\/*" ], "js": [ "app\/js\/popup.js" ] } ], "permissions": [ "cookies", "notifications", "https:\/\/optctimer.com\/*" ] } |