Two Sentence Horror
Gets two sentence horrors from reddit
Cos'è Two Sentence Horror?
Two Sentence Horror è un'estensione di Chrome sviluppata da Fox Islam, e la sua funzione principale è "Gets two sentence horrors from reddit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Two Sentence Horror
Scarica i file di estensione Two Sentence Horror in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
An extension that fetches the (hourly/daily/weekly etc) top post from the Two Sentence Horror subreddit
Visit the GitHub repo here:
https://github.com/Fox-Islam/two-sentence-horror-extension Informazioni di Base sull'Estensione
| Nome | |
| ID | clmdgdmhdfkfhgnobclkjggceaklnlno |
| URL Ufficiale | https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno |
| Descrizione | Gets two sentence horrors from reddit |
| Dimensione del File | 138 KB |
| Conteggio Installazioni | 39 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2020-03-23 |
| Data di Pubblicazione | 2020-03-23 |
| Sviluppatore | Fox Islam |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Two Sentence Horror",
"description": "Gets two sentence horrors from reddit",
"version": "1.0.2",
"permissions": [
"storage"
],
"browser_action": {
"default_popup": "twosentencehorror.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"128": "icon.png",
"256": "twosentencehorror.png"
},
"content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
} | |