Anonymous Stories for Instagram
View Instagram Stories anonymously and privately.
Wat is Anonymous Stories for Instagram?
Anonymous Stories for Instagram is een Chrome-extensie ontwikkeld door GoodApp's, en de belangrijkste functie is "View Instagram Stories anonymously and privately.".
Extensie Screenshots
Download het CRX-bestand van de extensie Anonymous Stories for Instagram
Download Anonymous Stories for Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | jfjnkejkfedcgbgloinnkflbcbheohhi |
| Officiële URL | https://chrome.google.com/webstore/detail/anonymous-stories-for-ins/jfjnkejkfedcgbgloinnkflbcbheohhi |
| Beschrijving | View Instagram Stories anonymously and privately. |
| Bestandsgrootte | 70.3 KB |
| Aantal Installaties | 45 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-06-24 |
| Publicatiedatum | 2022-05-26 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | GoodApp's |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://sites.google.com/view/anonymousstoriesforinstagram |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "1.0.1",
"background": {
"service_worker": "\/js\/background.js"
},
"permissions": [
"webRequest",
"storage"
],
"host_permissions": [
"https:\/\/*.instagram.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.instagram.com\/*"
],
"all_frames": true,
"js": [
"\/photoswipe\/photoswipe.esm.js",
"\/photoswipe\/photoswipe-lightbox.esm.js",
"\/js\/content-script.js"
],
"css": [
"\/css\/style.css",
"photoswipe\/photoswipe.css"
],
"run_at": "document_start"
}
],
"icons": {
"128": "\/icons\/icon_128.png"
},
"action": {
"default_popup": "\/html\/popup.html"
}
} | |