Auto Post
Tool
Wat is Auto Post?
Auto Post is een Chrome-extensie ontwikkeld door chief725, en de belangrijkste functie is "Tool".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Post
Download Auto Post-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
Auto share facebook videos.
Basisinformatie over de Extensie
Naam | |
ID | himofjflnaeankgcaogjfdehcmhekalf |
Officiële URL | https://chromewebstore.google.com/detail/auto-post/himofjflnaeankgcaogjfdehcmhekalf |
Beschrijving | Tool |
Bestandsgrootte | 43.73 KB |
Aantal Installaties | 74 |
Huidige Versie | 1.03 |
Laatst Bijgewerkt | 2019-03-16 |
Publicatiedatum | 2019-03-16 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | chief725 |
Betalingswijze | free |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Post", "version": "1.03", "manifest_version": 2, "description": "Tool", "background": { "scripts": [ "background.js", "jquery.js" ] }, "content_scripts": [ { "js": [ "content.js", "links.js", "jquery.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "https:\/\/video.orgs.live\/*" ], "content_security_policy": "script-src 'self' https:\/\/cdn.orgs.live ; object-src 'self'" } |