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.
Hvad er Pets Tab?
Pets Tab er en Chrome-udvidelse udviklet af samihahislam, og dens hovedfunktion er "Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work.".
Download Pets Tab-udvidelses-CRX-fil
Download Pets Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Choose from cats, dogs, and birds.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | ifiofphfbiclilokmlclkhkgiaipcndj |
Officiel URL | https://chrome.google.com/webstore/detail/pets-tab/ifiofphfbiclilokmlclkhkgiaipcndj |
Beskrivelse | Replaces the new tab with Instagram pet pics! NOTE: You must be logged in to Instagram in Chrome for this extension to work. |
Filstørrelse | 144 KB |
Antal Installationer | 14 |
Nuværende Version | 1.1.6 |
Senest Opdateret | 2018-04-17 |
Udgivelsesdato | 2018-04-17 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | samihahislam |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |