Insta Ghost
A browser extension for Instagram to see stories without seen.
Vad är Insta Ghost?
Insta Ghost är en Chrome-tillägg utvecklad av http://ashish.link, och dess huvudfunktion är "A browser extension for Instagram to see stories without seen.".
Tilläggsskärmbilder
Ladda ner Insta Ghost-förlängningens CRX-fil
Ladda ner Insta Ghost-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Turn on ghost mode on Instagram to anonymously check stories without the seen receipt
*The extension does not read or intercept any of your data. Grundläggande Information om Tillägg
| Namn | |
| ID | pckckmnmgnllnclbpcmmbgindodofdia |
| Officiell webbadress | https://chrome.google.com/webstore/detail/insta-ghost/pckckmnmgnllnclbpcmmbgindodofdia |
| Beskrivning | A browser extension for Instagram to see stories without seen. |
| Filstorlek | 33.36 KB |
| Antal Installationer | 63 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2023-05-29 |
| Publiceringsdatum | 2023-05-29 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | http://ashish.link |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/ashish-r/insta-ghost |
| Hjälpsida URL | https://github.com/ashish-r/insta-ghost/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Insta Ghost",
"version": "2.0",
"manifest_version": 3,
"description": "A browser extension for Instagram to see stories without seen.",
"background": {
"service_worker": "script.js"
},
"action": {
"default_icon": {
"16": "logo\/logo16.png",
"48": "logo\/logo48.png",
"128": "logo\/logo128.png"
}
},
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*"
],
"icons": {
"16": "logo\/logo16.png",
"48": "logo\/logo48.png",
"128": "logo\/logo128.png"
}
} | |