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.
Apa itu Pets Tab?
Pets Tab adalah ekstensi Chrome yang dikembangkan oleh samihahislam, dan fitur utamanya adalah "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".
Unduh Berkas CRX Ekstensi Pets Tab
Unduh file ekstensi Pets Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Choose from cats, dogs, and birds.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | ifiofphfbiclilokmlclkhkgiaipcndj |
URL Resmi | https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj |
Deskripsi | Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work. |
Ukuran File | 144 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 1.1.6 |
Terakhir Diperbarui | 2018-04-17 |
Tanggal Publikasi | 2018-04-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | samihahislam |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |