Hentag
Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.
Hentag क्या है?
Hentag hentagco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hentag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Make your reading more attractive Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book. *What you add on image can be seen by other Personal Free / 50 tag Add text on your image Add voice on your image View tag history, and view click analysis Delete your adding Professional / unlimit Extra function priority
एक्सटेंशन की मूल जानकारी
नाम | |
ID | amldnhmcfppacificnfmibfmageinjhn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hentag/amldnhmcfppacificnfmibfmageinjhn |
विवरण | Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book. |
फ़ाइल का आकार | 129 KB |
स्थापना संख्या | 205 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-01-01 |
प्रकाशन तिथि | 2017-12-31 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | hentagco |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hentag", "description": "Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.", "version": "1.0", "background": { "scripts": [ "jquery-1.11.3.min.js", "jquery.selectareas.js", "background.js", "extension.js", "functions.js" ], "css": [ "example.css", "resources\/jquery.selectareas.css" ], "persistent": false }, "permissions": [ "https:\/\/e-hentai.org\/s\/*\/*", "https:\/\/nhentai.net\/*\/*\/*\/", "tabs", "contextMenus", "identity", "identity.email", "storage" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/e-hentai.org\/s\/*\/*", "https:\/\/nhentai.net\/*\/*\/*\/", "https:\/\/www.hentag.com\/ce\/" ], "css": [ "example.css", "resources\/jquery.selectareas.css", "w3.css" ], "js": [ "jquery-1.11.3.min.js", "jquery.selectareas.js", "extension.js", "functions.js" ] } ], "web_accessible_resources": [ "resources\/*" ], "browser_action": { "default_icon": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } } |