Pets Tab

Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.

Pets Tabとは何ですか?

Pets Tabはsamihahislamによって開発されたChromeの拡張機能で、その主な機能は「Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.」です。

Pets Tab拡張機能のCRXファイルをダウンロード

Pets Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Choose from cats, dogs, and birds.                    

拡張機能の基本情報

名前 Pets Tab Pets Tab
ID ifiofphfbiclilokmlclkhkgiaipcndj
公式URL https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj
説明 Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.
ファイルサイズ 144 KB
インストール数 14
現在のバージョン 1.1.6
最終更新日 2018-04-17
公開日 2018-04-17
評価 5.00/5 合計 1 レビュー
開発者 samihahislam
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.6",
    "name": "Pets Tab",
    "description": "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.instagram.com\/*",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/instagramclient.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.instagram.com\/; object-src 'self'"
}