Themes for Instagram™
Cool instagram themes for every day. Use the black theme for instagram on your desktop.
什麼是Themes for Instagram™?
Themes for Instagram™是由http://tarogram.dealood.com開發的Chrome擴展程式,該擴展的主要功能是“Cool instagram themes for every day. Use the black theme for instagram on your desktop.”。
擴展截圖
下載Themes for Instagram™擴展crx文件
下載Themes for Instagram™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | lggbehgmjohdiakiipneijofldnbooep |
官方網址 | https://chrome.google.com/webstore/detail/themes-for-instagram/lggbehgmjohdiakiipneijofldnbooep |
簡介 | Cool instagram themes for every day. Use the black theme for instagram on your desktop. |
檔案大小 | 267 KB |
安裝次數 | 1,538 |
目前版本 | 1.2.2 |
更新時間 | 2021-09-06 |
上架時間 | 2021-09-06 |
評分 | 1.00/5 共 1 次評分 |
開發者 | http://tarogram.dealood.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://tarogram.dealood.com/ |
說明頁面URL | http://tarogram.dealood.com/ |
隱私政策頁面URL | http://www.justas.biz/privacypolicy.htm |
支援的語言 | 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\/*.*" ] } |