Web for Instagram with Direct
It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!
什麼是Web for Instagram with Direct?
Web for Instagram with Direct是由mlacezzi開發的Chrome擴展程式,該擴展的主要功能是“It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!”。
擴展截圖
下載Web for Instagram with Direct擴展crx文件
下載Web for Instagram with Direct擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | lpjdhdbbbbfgopminkbmpnhmkhbmmfni |
官方網址 | https://chrome.google.com/webstore/detail/web-for-instagram-with-di/lpjdhdbbbbfgopminkbmpnhmkhbmmfni |
簡介 | It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more! |
檔案大小 | 348 KB |
安裝次數 | 1,289 |
目前版本 | 1.1 |
更新時間 | 2022-01-31 |
上架時間 | 2021-11-15 |
評分 | 4.75/5 共 12 次評分 |
開發者 | mlacezzi |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.saveandshare.tk/policy |
支援的語言 | de,en,fil,fr,nl,vi,ca,es,it,fi,hi,th,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/storage.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/64.png", "default_title": "__MSG_name__" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/ua.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "css": [ "css\/rate.css" ], "js": [ "js\/content-scripts\/rate.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "all_frames": true, "css": [ "css\/content.css" ], "js": [ "js\/lib\/jquery.min.js", "js\/storage.js", "js\/content-scripts\/content.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "all_frames": true, "js": [ "js\/content-scripts\/instaLinkListener.js" ], "matches": [ "*:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "img\/128.png", "32": "img\/32.png", "64": "img\/64.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "options.html", "permissions": [ " |