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 |
公式URL | 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 |
Eメール | [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\/*.*" ] } |