Themes for Instagram™
Cool instagram themes for every day. Use the black theme for instagram on your desktop.
Themes for Instagram™ là gì?
Themes for Instagram™ là một tiện ích mở rộng Chrome được phát triển bởi http://tarogram.dealood.com, và tính năng chính của nó là "Cool instagram themes for every day. Use the black theme for instagram on your desktop.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Themes for Instagram™
Tải xuống các tệp mở rộng Themes for Instagram™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lggbehgmjohdiakiipneijofldnbooep |
URL Chính Thức | https://chrome.google.com/webstore/detail/themes-for-instagram/lggbehgmjohdiakiipneijofldnbooep |
Mô tả | Cool instagram themes for every day. Use the black theme for instagram on your desktop. |
Kích Thước Tệp | 267 KB |
Số Lần Cài Đặt | 1,538 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2021-09-06 |
Ngày Phát Hành | 2021-09-06 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://tarogram.dealood.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tarogram.dealood.com/ |
URL Trang Trợ Giúp | http://tarogram.dealood.com/ |
URL Trang Chính Sách Bảo Mật | http://www.justas.biz/privacypolicy.htm |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "author": "Have A Nice Day", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "assets\/icons\/128.png", "256": "assets\/icons\/256.png", "32": "assets\/icons\/32.png", "64": "assets\/icons\/64.png" }, "default_popup": "index.html", "default_title": "Themes for Instagram\u2122" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "assets\/icons\/128.png", "256": "assets\/icons\/256.png", "32": "assets\/icons\/32.png", "64": "assets\/icons\/64.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "tabs", "*:\/\/*.instagram.com\/*", "storage", "unlimitedStorage" ], "short_name": "Themes for Instagram\u2122", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.2", "web_accessible_resources": [ "theme\/*.*" ] } |